Searched refs:CC_ACK (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/sys/netinet/cc/ |
| H A D | cc.h | 125 #define CC_ACK 0x0001 /* Regular in sequence ACK. */ macro
|
| H A D | cc_hd.c | 147 if (ack_type == CC_ACK) { in hd_ack_received()
|
| H A D | cc_cubic.c | 250 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received() 340 } else if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
|
| H A D | cc_htcp.c | 206 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
|
| H A D | cc_chd.c | 304 } else if (ack_type == CC_ACK) in chd_ack_received()
|
| H A D | cc_dctcp.c | 131 if (type == CC_ACK) in dctcp_ack_received()
|
| H A D | cc.c | 503 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_cc_ack_received()
|
| H A D | cc_newreno.c | 221 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
|
| H A D | cc_cdg.c | 672 } else if (ack_type == CC_ACK) in cdg_ack_received()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_input.c | 313 if (type == CC_ACK) { in cc_ack_received() 1837 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment() 2996 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 12353 rack_ack_received(tp, rack, th->th_ack, nsegs, CC_ACK, recovery); in rack_process_ack() 13148 rack_ack_received(tp, rack, th->th_ack, nsegs, CC_ACK, 0); in rack_fastack() 16367 rack_ack_received(tp, rack, high_seq, nsegs, CC_ACK, recovery); in rack_do_compressed_ack_processing()
|