Home
last modified time | relevance | path

Searched refs:ctl_setopt (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dkern_control.h371 ctl_setopt_func ctl_setopt; member
H A Dkern_control_private.h251 ctl_setopt_func ctl_setopt; member
/xnu-12377.81.4/bsd/net/
H A Dkctl_test.c60 .ctl_setopt = kctl_test_setopt,
H A Dremote_vif.c298 kern_ctl.ctl_setopt = NULL; in rvi_register_control()
H A Dpacket_mangler.c679 kern_ctl.ctl_setopt = pkt_mnglr_ctl_setopt; in pkt_mnglr_init()
H A Dif_utun.c1670 kern_ctl.ctl_setopt = utun_ctl_setopt; in utun_register_control()
H A Dnetwork_agent.c323 kern_ctl.ctl_setopt = netagent_ctl_setopt; in netagent_register_control()
H A Dif_ipsec.c381 kern_ctl.ctl_setopt = ipsec_ctl_setopt; in ipsec_register_control()
H A Dcontent_filter.c2598 kern_ctl.ctl_setopt = cfil_ctl_setopt; in cfil_init()
/xnu-12377.81.4/bsd/kern/
H A Dkern_control.c1787 kctl->setopt = userkctl->ctl_setopt; in ctl_register()