Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dnetbw.c365 ((elm->xtcp.xt_tp.t_flags & TF_NODELAY) ? in netbwline()
/dragonfly/sys/netinet/
H A Dtcp_usrreq.c1578 opt = TF_NODELAY; in tcp_ctloutput()
1672 optval = tp->t_flags & TF_NODELAY; in tcp_ctloutput()
H A Dtcp_var.h166 #define TF_NODELAY 0x00000004 /* don't delay packets to coalesce */ macro
H A Dtcp_output.c580 (idle || (tp->t_flags & TF_NODELAY)) && in tcp_output()
H A Dtcp_syncache.c839 tp->t_flags = sototcpcb(lso)->t_flags & (TF_NOPUSH | TF_NODELAY); in syncache_socket()