Home
last modified time | relevance | path

Searched refs:CTL_FLAG_REG_SOCK_STREAM (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_ccdbg.c161 ccdbg_control.ctl_flags |= CTL_FLAG_REG_SOCK_STREAM; in tcp_ccdbg_control_register()
/xnu-11417.101.15/bsd/sys/
H A Dkern_control.h239 #define CTL_FLAG_REG_SOCK_STREAM 0x4 macro
/xnu-11417.101.15/bsd/kern/
H A Dkern_control.c455 if (((kctl->flags & CTL_FLAG_REG_SOCK_STREAM) && in ctl_setup_kctl()
457 (!(kctl->flags & CTL_FLAG_REG_SOCK_STREAM) && in ctl_setup_kctl()
1075 if (kctlflags & CTL_FLAG_REG_SOCK_STREAM) { in ctl_enqueuembuf_list()