Home
last modified time | relevance | path

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

/src/sys/netinet/cc/
H A Dcc.h119 CC_ACK = 0x0001, /* Regular in sequence ACK. */ enumerator
H A Dcc_hd.c147 if (ack_type == CC_ACK) { in hd_ack_received()
H A Dcc_cubic.c251 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
335 } 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.c305 } 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.c606 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.c674 } else if (ack_type == CC_ACK) in cdg_ack_received()
/src/sys/netinet/
H A Dtcp_input.c307 if (type == CC_ACK) { in cc_ack_received()
1808 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
2956 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
/src/sys/netinet/tcp_stacks/
H A Drack.c11841 rack_ack_received(tp, rack, th->th_ack, nsegs, CC_ACK, post_recovery); in rack_process_ack()
12633 rack_ack_received(tp, rack, th->th_ack, nsegs, CC_ACK, 0); in rack_fastack()
15947 rack_ack_received(tp, rack, high_seq, nsegs, CC_ACK, post_recovery); in rack_do_compressed_ack_processing()