Searched refs:SB_AUTOSIZE (Results 1 – 10 of 10) sorted by relevance
52 #define SB_AUTOSIZE 0x800 /* automatically size socket buffer */ macro
378 if (sb_flags & SB_AUTOSIZE) { in db_print_sbflags()
752 so->so_rcv.sb_flags |= head->sol_sbrcv_flags & SB_AUTOSIZE;753 so->so_snd.sb_flags |= head->sol_sbsnd_flags & SB_AUTOSIZE;846 so->so_rcv.sb_flags |= head->so_rcv.sb_flags & SB_AUTOSIZE;847 so->so_snd.sb_flags |= head->so_snd.sb_flags & SB_AUTOSIZE;
703 *flags &= ~SB_AUTOSIZE; in sbsetopt()
856 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in tcp_output()2116 if (V_tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) { in tcp_sndbuf_autoscale()2129 so->so_snd.sb_flags &= ~SB_AUTOSIZE; in tcp_sndbuf_autoscale()
181 so->so_rcv.sb_flags |= SB_AUTOSIZE; in tcp_usr_attach()182 so->so_snd.sb_flags |= SB_AUTOSIZE; in tcp_usr_attach()
1456 if (V_tcp_do_autorcvbuf && (so->so_rcv.sb_flags & SB_AUTOSIZE) && in tcp_autorcvbuf()1928 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in tcp_do_segment()
8924 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in rack_do_fastnewdata()13067 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in rack_output()
8605 so->so_rcv.sb_flags &= ~SB_AUTOSIZE; in bbr_do_fastnewdata()13042 (so->so_rcv.sb_flags & SB_AUTOSIZE)) in bbr_output_wtime()