HomeSort by: relevance | last modified time | path
    Searched refs:TF_NODELAY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 236 #define TF_NODELAY 0x0004 /* don't delay packets to coalesce */
tcp_usrreq.c 315 tp->t_flags |= TF_NODELAY;
317 tp->t_flags &= ~TF_NODELAY;
394 optval = tp->t_flags & TF_NODELAY;
tcp_syncache.c 697 tp->t_flags = sototcpcb(oso)->t_flags & TF_NODELAY;
tcp_output.c 930 ((idle || tp->t_flags & TF_NODELAY) &&

Completed in 16 milliseconds