Searched refs:SB_KCTL (Results 1 – 3 of 3) sorted by relevance
213 #define SB_KCTL 0x10000 /* kernel control socket buffer */ macro
317 so->so_rcv.sb_flags |= SB_KCTL; in ctl_attach()318 so->so_snd.sb_flags |= SB_KCTL; in ctl_attach()
2303 if (sb->sb_flags & SB_KCTL) { in sbspace()