Searched refs:DELAY_ACK (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 514 #define DELAY_ACK(tp, tlen) \ macro 1954 if (DELAY_ACK(tp, tlen)) { in tcp_do_segment() 2075 if (DELAY_ACK(tp, tlen) && tlen != 0 && !tfo_partial_ack) in tcp_do_segment() 3244 if (DELAY_ACK(tp, tlen) || tfo_syn) in tcp_do_segment()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 4006 #define DELAY_ACK(tp, bbr, nsegs) \ macro 8258 if (DELAY_ACK(tp, bbr, nsegs) || tfo_syn) { in bbr_process_data() 8537 if (DELAY_ACK(tp, bbr, nsegs)) { in bbr_do_fastnewdata() 8814 if (DELAY_ACK(tp, bbr, 1) && tlen != 0 && !tfo_partial) { in bbr_do_syn_sent()
|
H A D | rack.c | 5846 #define DELAY_ACK(tp, tlen) \ macro 12169 if (DELAY_ACK(tp, tlen) || tfo_syn) { in rack_handle_delayed_ack() 12926 if (DELAY_ACK(tp, tlen) && tlen != 0 && !tfo_partial) { in rack_do_syn_sent()
|