Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c4276 ctl_reg.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_EXTENDED; in flow_divert_kctl_init()
H A Dmptcp_subr.c6775 mptcp_kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED; in mptcp_control_register()
/xnu-8019.80.24/bsd/sys/
H A Dkern_control.h511 u_int32_t ctl_flags; member
/xnu-8019.80.24/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()
/xnu-8019.80.24/bsd/net/
H A Dpacket_mangler.c722 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_EXTENDED; in pkt_mnglr_init()
H A Dnetwork_agent.c226 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.c2543 kern_ctl.ctl_flags = CTL_FLAG_PRIVILEGED | CTL_FLAG_REG_EXTENDED; in cfil_init()
H A Dntstat.c5294 nstat_control.ctl_flags = CTL_FLAG_REG_EXTENDED | CTL_FLAG_REG_CRIT; in nstat_control_register()