Searched defs:tpcb (Results 1 – 1 of 1) sorted by relevance
102 #define tcp_nagle_minshall_check(tpcb) (TCP_SEQ_GT(tpcb->snd_sml, tpcb->lastack) && TCP_SEQ_LEQ(tpc… argument114 #define tcp_do_output_nagle(tpcb) ((((tpcb)->unacked == NULL) || \ argument120 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) argument