Searched refs:SB_AUTOLOWAT (Results 1 – 5 of 5) sorted by relevance
43 #define SB_AUTOLOWAT 0x40 /* sendfile(2) may autotune sb_lowat */ macro
701 if (so->so_snd.sb_flags & SB_AUTOLOWAT) { in sendfile_wait_generic()
1215 (SB_AUTOSIZE | SB_AUTOLOWAT);4519 (sb->sb_flags & SB_AUTOLOWAT))4520 sb->sb_flags &= ~SB_AUTOLOWAT;
776 *flags &= ~SB_AUTOLOWAT; in sbsetopt()
167 so->so_snd.sb_flags |= (SB_AUTOLOWAT | SB_AUTOSIZE); in tcp_usr_attach()