Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_control.h519 ctl_setopt_func ctl_setopt; member
/xnu-8019.80.24/bsd/net/
H A Dpacket_mangler.c726 kern_ctl.ctl_setopt = pkt_mnglr_ctl_setopt; in pkt_mnglr_init()
H A Dnetwork_agent.c233 kern_ctl.ctl_setopt = netagent_ctl_setopt; in netagent_register_control()
H A Dif_utun.c1454 kern_ctl.ctl_setopt = utun_ctl_setopt; in utun_register_control()
H A Dif_ipsec.c382 kern_ctl.ctl_setopt = ipsec_ctl_setopt; in ipsec_register_control()
H A Dcontent_filter.c2550 kern_ctl.ctl_setopt = cfil_ctl_setopt; in cfil_init()
/xnu-8019.80.24/bsd/kern/
H A Dkern_control.c1762 kctl->setopt = userkctl->ctl_setopt; in ctl_register()