Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c258 kern_ctl.ctl_setopt = netagent_ctl_setopt; in netagent_register_control()
H A Dif_utun.c1456 kern_ctl.ctl_setopt = utun_ctl_setopt; in utun_register_control()
H A Dif_ipsec.c388 kern_ctl.ctl_setopt = ipsec_ctl_setopt; in ipsec_register_control()
H A Dcontent_filter.c2590 kern_ctl.ctl_setopt = cfil_ctl_setopt; in cfil_init()
/xnu-10063.141.1/bsd/sys/
H A Dkern_control.h520 ctl_setopt_func ctl_setopt; member
/xnu-10063.141.1/bsd/kern/
H A Dkern_control.c1757 kctl->setopt = userkctl->ctl_setopt; in ctl_register()