Searched refs:SB_AUTOSIZE (Results 1 – 6 of 6) sorted by relevance
877 if (tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in tcp_output()885 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in tcp_output()1128 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in tcp_output()
473 so->so_rcv.sb_flags |= SB_AUTOSIZE; in tcp_attach()474 so->so_snd.sb_flags |= SB_AUTOSIZE; in tcp_attach()
1974 (so->so_rcv.sb_flags & SB_AUTOSIZE)) { in tcp_input()2007 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in tcp_input()
117 #define SB_AUTOSIZE 0x800 /* automatically size socket buffer */ macro
353 so->so_rcv.sb_flags |= head->so_rcv.sb_flags & (SB_AUTOSIZE | SB_ASYNC); in sonewconn()354 so->so_snd.sb_flags |= head->so_snd.sb_flags & (SB_AUTOSIZE | SB_ASYNC); in sonewconn()
1819 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in sosetopt1()1828 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in sosetopt1()