Lines Matching refs:so_snd
434 #define snd (&so2->so_snd) in uipc_rcvd()
445 if (sb_notify(&so2->so_snd)) { in uipc_rcvd()
446 sowakeup(so2, &so2->so_snd, so); in uipc_rcvd()
469 if (sb_notify(&so2->so_snd)) { in uipc_rcvd()
470 sowakeup(so2, &so2->so_snd, so); in uipc_rcvd()
597 #define snd (&so->so_snd) in uipc_send()
736 blksize = so->so_snd.sb_hiwat; in uipc_sense()
989 if (so->so_snd.sb_hiwat == 0 || so->so_rcv.sb_hiwat == 0) { in unp_attach()
1002 so->so_snd.sb_lowat = 1; in unp_attach()
1045 so->so_snd.sb_flags |= SB_UNIX; in unp_attach()
2183 &unp->unp_socket->so_snd : NULL, xsbsnd);