Searched refs:CC_ACK (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | cc.h | 99 #define CC_ACK 0x0001 /* Regular in sequence ACK. */ macro
|
| HD | tcp_input.c | 290 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/ |
| HD | cc_newreno.c | 87 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
|
| HD | cc_hd.c | 138 if (ack_type == CC_ACK) { in hd_ack_received()
|
| HD | cc_cubic.c | 130 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
|
| HD | cc_htcp.c | 202 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
|
| HD | cc_chd.c | 301 } else if (ack_type == CC_ACK) in chd_ack_received()
|
| HD | cc_dctcp.c | 131 if (type == CC_ACK) in dctcp_ack_received()
|
| HD | cc_cdg.c | 646 } else if (ack_type == CC_ACK) in cdg_ack_received()
|
| /NextBSD/sys/netinet/tcp_stacks/ |
| HD | fastpath.c | 288 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()
|