Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDcc.h99 #define CC_ACK 0x0001 /* Regular in sequence ACK. */ macro
HDtcp_input.c290 if (type == CC_ACK) { in cc_ack_received()
1752 cc_ack_received(tp, th, CC_ACK); in tcp_do_segment()
2798 cc_ack_received(tp, th, CC_ACK); in tcp_do_segment()
/NextBSD/sys/netinet/cc/
HDcc_newreno.c87 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
HDcc_hd.c138 if (ack_type == CC_ACK) { in hd_ack_received()
HDcc_cubic.c130 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
HDcc_htcp.c202 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
HDcc_chd.c301 } else if (ack_type == CC_ACK) in chd_ack_received()
HDcc_dctcp.c131 if (type == CC_ACK) in dctcp_ack_received()
HDcc_cdg.c646 } else if (ack_type == CC_ACK) in cdg_ack_received()
/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c288 cc_ack_received(tp, th, CC_ACK); in tcp_do_fastack()
1331 cc_ack_received(tp, th, CC_ACK); in tcp_do_slowpath()
2136 cc_ack_received(tp, th, CC_ACK); in tcp_fastack()