Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dkern_control.h519 ctl_setopt_func ctl_setopt; member
/xnu-8792.81.2/bsd/net/
H A Dremote_vif.c298 kern_ctl.ctl_setopt = NULL; in rvi_register_control()
H A Dpacket_mangler.c678 kern_ctl.ctl_setopt = pkt_mnglr_ctl_setopt; in pkt_mnglr_init()
H A Dnetwork_agent.c258 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.c2508 kern_ctl.ctl_setopt = cfil_ctl_setopt; in cfil_init()
/xnu-8792.81.2/bsd/kern/
H A Dkern_control.c1764 kctl->setopt = userkctl->ctl_setopt; in ctl_register()