Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h397 #define TF_NODELAY 0x000004 /* don't delay packets to coalesce */ macro
Dtcp_output.c477 (idle || (tp->t_flags & TF_NODELAY)) && in tcp_output()
Dtcp_input.c811 tp->t_flags = tp->t_flags & (TF_NOPUSH | TF_NODELAY | TF_NOOPT); in tcp_input()