Searched refs:SB_USRSIZE (Results 1 – 6 of 6) sorted by relevance
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()
3108 if ((so->so_rcv.sb_flags & SB_USRSIZE) == 0) { in tcp_attach()3111 if ((so->so_snd.sb_flags & SB_USRSIZE) == 0) { in tcp_attach()
3737 maxsockbufsize = ((so->so_rcv.sb_flags & SB_USRSIZE) != 0) ? in tcp_set_max_rwinscale()
212 #define SB_USRSIZE 0x200 /* user specified sbreserve */ macro
418 so->so_rcv.sb_flags |= (head->so_rcv.sb_flags & SB_USRSIZE); in sonewconn_internal()419 so->so_snd.sb_flags |= (head->so_snd.sb_flags & SB_USRSIZE); in sonewconn_internal()
5021 sb->sb_flags |= SB_USRSIZE; in sosetoptlock()