Home
last modified time | relevance | path

Searched refs:ctl_flags (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_cc.c133 ccdbg_control.ctl_flags |= CTL_FLAG_PRIVILEGED; in tcp_cc_control_register()
134 ccdbg_control.ctl_flags |= CTL_FLAG_REG_SOCK_STREAM; in tcp_cc_control_register()
H A Dflow_divert.c4275 ctl_reg.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_EXTENDED; in flow_divert_kctl_init()
H A Dmptcp_subr.c6792 mptcp_kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED; in mptcp_control_register()
/xnu-8020.140.41/bsd/sys/
H A Dkern_control.h511 u_int32_t ctl_flags; member
/xnu-8020.140.41/bsd/net/
H A Dremote_vif.c292 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED; in rvi_register_control()
H A Dpacket_mangler.c682 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_EXTENDED; in pkt_mnglr_init()
H A Dnetwork_agent.c227 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED; // Require root in netagent_register_control()
H A Dif_utun.c1446 …kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_SETUP | CTL_FLAG_REG_EXTENDED; /* Require … in utun_register_control()
H A Dif_ipsec.c374 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_SETUP; /* Require root */ in ipsec_register_control()
H A Dcontent_filter.c2494 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_EXTENDED; in cfil_init()
H A Dntstat.c5274 nstat_control.ctl_flags = CTL_FLAG_REG_EXTENDED | CTL_FLAG_REG_CRIT; in nstat_control_register()
/xnu-8020.140.41/bsd/kern/
H A Dkern_control.c1674 if ((userkctl->ctl_flags & CTL_FLAG_REG_ID_UNIT) == 0) { in ctl_register()
1733 is_extended = (userkctl->ctl_flags & CTL_FLAG_REG_EXTENDED); in ctl_register()
1734 is_setup = (userkctl->ctl_flags & CTL_FLAG_REG_SETUP); in ctl_register()
1737 kctl->flags = userkctl->ctl_flags; in ctl_register()