Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_ccdbg.c161 ccdbg_control.ctl_flags |= CTL_FLAG_REG_SOCK_STREAM; in tcp_ccdbg_control_register()
/xnu-8792.41.9/bsd/sys/
H A Dkern_control.h238 #define CTL_FLAG_REG_SOCK_STREAM 0x4 macro
/xnu-8792.41.9/bsd/kern/
H A Dkern_control.c440 if (((kctl->flags & CTL_FLAG_REG_SOCK_STREAM) && in ctl_setup_kctl()
442 (!(kctl->flags & CTL_FLAG_REG_SOCK_STREAM) && in ctl_setup_kctl()
1068 if (kctlflags & CTL_FLAG_REG_SOCK_STREAM) { in ctl_enqueuembuf_list()