Home
last modified time | relevance | path

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

/xnu-11215.1.10/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 Dnetwork_agent.c304 kern_ctl.ctl_setopt = netagent_ctl_setopt; in netagent_register_control()
H A Dif_utun.c1464 kern_ctl.ctl_setopt = utun_ctl_setopt; in utun_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-11215.1.10/bsd/sys/
H A Dkern_control.h520 ctl_setopt_func ctl_setopt; member
/xnu-11215.1.10/bsd/kern/
H A Dkern_control.c1784 kctl->setopt = userkctl->ctl_setopt; in ctl_register()