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

/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dtcp_priv.h100 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ macro
106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK)
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp_out.c1343 if ((tcp_do_output_nagle(pcb) == 0) &&

Completed in 30 milliseconds