Searched refs:tcp_do_output_nagle (Results 1 – 6 of 6) 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)
97 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ macro103 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK)
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)
973 if((tcp_do_output_nagle(pcb) == 0) && in tcp_output()
1102 if ((tcp_do_output_nagle(pcb) == 0) && in tcp_output()
1343 if ((tcp_do_output_nagle(pcb) == 0) && in tcp_output()