SB_AUTOSIZE
so->so_snd.sb_flags &= ~SB_AUTOSIZE;
so->so_rcv.sb_flags &= ~SB_AUTOSIZE;
so->so_rcv.sb_flags |= head->so_rcv.sb_flags & (SB_AUTOSIZE | SB_ASYNC);
so->so_snd.sb_flags |= head->so_snd.sb_flags & (SB_AUTOSIZE | SB_ASYNC);
(so->so_rcv.sb_flags & SB_AUTOSIZE)) {
so->so_rcv.sb_flags &= ~SB_AUTOSIZE;
(so->so_rcv.sb_flags & SB_AUTOSIZE))
if (tcp_do_autosndbuf && so->so_snd.sb_flags & SB_AUTOSIZE) {
so->so_snd.sb_flags &= ~SB_AUTOSIZE;
so->so_rcv.sb_flags |= SB_AUTOSIZE;
so->so_snd.sb_flags |= SB_AUTOSIZE;