Searched refs:tcp_do_output_nagle (Results 1 – 2 of 2) sorted by relevance
100 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ macro106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK)
1343 if ((tcp_do_output_nagle(pcb) == 0) && in tcp_output()