Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.h119 CC_ACK = 0x0001, /* Regular in sequence ACK. */ enumerator
H A Dcc_cubic.c250 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
334 } 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()
/freebsd/sys/netinet/
H A Dtcp_input.c311 if (type == CC_ACK) { in cc_ack_received()
1848 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
3031 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c11967 rack_ack_received(tp, rack, th->th_ack, nsegs, CC_ACK, post_recovery); in rack_process_ack()
12759 rack_ack_received(tp, rack, th->th_ack, nsegs, CC_ACK, 0); in rack_fastack()
16078 rack_ack_received(tp, rack, high_seq, nsegs, CC_ACK, post_recovery); in rack_do_compressed_ack_processing()