Searched refs:SB_USRSIZE (Results 1 – 7 of 7) sorted by relevance
347 win = ((so->so_rcv.sb_flags & SB_USRSIZE) != 0) ? in syncookie_respond()
194 if ((mp_so->so_rcv.sb_flags & SB_USRSIZE) == 0) { in mptcp_attach()197 if ((mp_so->so_snd.sb_flags & SB_USRSIZE) == 0) { in mptcp_attach()
3105 if ((so->so_rcv.sb_flags & SB_USRSIZE) == 0) { in tcp_attach()3108 if ((so->so_snd.sb_flags & SB_USRSIZE) == 0) { in tcp_attach()
3873 maxsockbufsize = ((so->so_rcv.sb_flags & SB_USRSIZE) != 0) ? in tcp_get_max_rwinscale()
206 #define SB_USRSIZE 0x200 /* user specified sbreserve */ macro
420 so->so_rcv.sb_flags |= (head->so_rcv.sb_flags & SB_USRSIZE); in sonewconn_internal()421 so->so_snd.sb_flags |= (head->so_snd.sb_flags & SB_USRSIZE); in sonewconn_internal()
4875 sb->sb_flags |= SB_USRSIZE; in sosetoptlock()