Home
last modified time | relevance | path

Searched refs:CC_ACK (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/sys/netinet/cc/
H A Dcc.h125 #define CC_ACK 0x0001 /* Regular in sequence ACK. */ macro
H A Dcc_hd.c147 if (ack_type == CC_ACK) { in hd_ack_received()
H A Dcc_cubic.c250 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 Dcc_htcp.c206 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
H A Dcc_chd.c304 } else if (ack_type == CC_ACK) in chd_ack_received()
H A Dcc_dctcp.c131 if (type == CC_ACK) in dctcp_ack_received()
H A Dcc.c503 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_cc_ack_received()
H A Dcc_newreno.c221 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
H A Dcc_cdg.c672 } else if (ack_type == CC_ACK) in cdg_ack_received()
/freebsd-14.2/sys/netinet/
H A Dtcp_input.c313 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 Drack.c12353 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()