Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc.h105 #define CC_ACK 0x0001 /* Regular in sequence ACK. */ macro
H A Dcc_cubic.c146 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
225 } else if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
H A Dcc_hd.c137 if (ack_type == CC_ACK) { in hd_ack_received()
H A Dcc_newreno.c134 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
H A Dcc_htcp.c204 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
H A Dcc_chd.c300 } else if (ack_type == CC_ACK) in chd_ack_received()
H A Dcc_dctcp.c128 if (type == CC_ACK) in dctcp_ack_received()
H A Dcc_cdg.c664 } else if (ack_type == CC_ACK) in cdg_ack_received()
/f-stack/freebsd/netinet/
H A Dtcp_input.c331 if (type == CC_ACK) { in cc_ack_received()
1835 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
2906 cc_ack_received(tp, th, nsegs, CC_ACK); in tcp_do_segment()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c3893 if ((type == CC_ACK) && in rack_ack_received()
8335 rack_ack_received(tp, rack, th, nsegs, CC_ACK, recovery); in rack_process_ack()
9102 rack_ack_received(tp, rack, th, nsegs, CC_ACK, 0); in rack_fastack()