Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h219 #define SB_KCTL 0x10000 /* kernel control socket buffer */ macro
/xnu-11417.140.69/bsd/kern/
H A Dkern_control.c317 so->so_rcv.sb_flags |= SB_KCTL; in ctl_attach()
318 so->so_snd.sb_flags |= SB_KCTL; in ctl_attach()
H A Duipc_socket2.c2321 if (sb->sb_flags & SB_KCTL) { in sbspace()