Searched refs:SB_UNIX (Results 1 – 5 of 5) sorted by relevance
1285 (so->so_rcv.sb_flags & so->so_snd.sb_flags & SB_UNIX) != SB_UNIX) { in socket_defunct()
1127 if (space > sbspace(sb) && !(sb->sb_flags & SB_UNIX)) { in sbappendrecord_common()1323 boolean_t sb_unix = (sb->sb_flags & SB_UNIX); in sbappendaddr()1456 if (space > sbspace(sb) && !(sb->sb_flags & SB_UNIX)) { in sbappendcontrol_internal()1488 boolean_t sb_unix = (sb->sb_flags & SB_UNIX); in sbappendcontrol()
969 so->so_rcv.sb_flags |= SB_UNIX; in unp_attach()970 so->so_snd.sb_flags |= SB_UNIX; in unp_attach()
5182 if (so->so_snd.sb_flags & SB_UNIX) { in sosetoptlock()6117 if (so->so_snd.sb_flags & SB_UNIX) { in sogetoptlock()
199 #define SB_UNIX 0x100 /* UNIX domain socket buffer */ macro