Searched refs:tcp_do_output_nagle (Results 1 – 2 of 2) sorted by relevance
84 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ macro90 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK)
973 if((tcp_do_output_nagle(pcb) == 0) && in tcp_output()
Completed in 5 milliseconds