Searched defs:tcp_do_output_nagle (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/lwip2/lwip/priv/
H A Dtcp_priv.h97 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ macro
/barrelfish-master/include/lwip/lwip/
H A Dtcp.h142 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ macro

Completed in 36 milliseconds