Home
last modified time | relevance | path

Searched refs:SB_AUTOLOWAT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dsockbuf.h43 #define SB_AUTOLOWAT 0x40 /* sendfile(2) may autotune sb_lowat */ macro
/freebsd/sys/kern/
H A Dkern_sendfile.c701 if (so->so_snd.sb_flags & SB_AUTOLOWAT) { in sendfile_wait_generic()
H A Duipc_socket.c1215 (SB_AUTOSIZE | SB_AUTOLOWAT);
4519 (sb->sb_flags & SB_AUTOLOWAT))
4520 sb->sb_flags &= ~SB_AUTOLOWAT;
H A Duipc_sockbuf.c776 *flags &= ~SB_AUTOLOWAT; in sbsetopt()
/freebsd/sys/netinet/
H A Dtcp_usrreq.c167 so->so_snd.sb_flags |= (SB_AUTOLOWAT | SB_AUTOSIZE); in tcp_usr_attach()