Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dsocketvar.h213 #define SB_KCTL 0x10000 /* kernel control socket buffer */ macro
/xnu-12377.41.6/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.c2303 if (sb->sb_flags & SB_KCTL) { in sbspace()