Searched refs:DELAY_ACK (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 525 #define DELAY_ACK(tp, tlen) \ macro 1934 if (DELAY_ACK(tp, tlen)) { in tcp_do_segment() 2046 if (DELAY_ACK(tp, tlen) && tlen != 0 && !tfo_partial_ack) in tcp_do_segment() 3125 if (DELAY_ACK(tp, tlen) || tfo_syn) in tcp_do_segment()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 4029 #define DELAY_ACK(tp, bbr, nsegs) \ macro 8332 if (DELAY_ACK(tp, bbr, nsegs) || tfo_syn) { in bbr_process_data() 8620 if (DELAY_ACK(tp, bbr, nsegs)) { in bbr_do_fastnewdata() 8911 if (DELAY_ACK(tp, bbr, 1) && tlen != 0 && !tfo_partial) { in bbr_do_syn_sent()
|
| H A D | rack.c | 4137 #define DELAY_ACK(tp, tlen) \ macro 8501 if (DELAY_ACK(tp, tlen) || tfo_syn) { in rack_handle_delayed_ack() 9237 if (DELAY_ACK(tp, tlen) && tlen != 0 && !tfo_partial) { in rack_do_syn_sent()
|