Searched refs:CC_ACK (Results 1 – 11 of 11) sorted by relevance
| /src/sys/netinet/cc/ |
| H A D | cc.h | 119 CC_ACK = 0x0001, /* Regular in sequence ACK. */ enumerator
|
| H A D | cc_hd.c | 147 if (ack_type == CC_ACK) { in hd_ack_received()
|
| H A D | cc_cubic.c | 251 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 D | cc_htcp.c | 206 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
|
| H A D | cc_chd.c | 305 } else if (ack_type == CC_ACK) in chd_ack_received()
|
| H A D | cc_dctcp.c | 131 if (type == CC_ACK) in dctcp_ack_received()
|
| H A D | cc.c | 606 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_cc_ack_received()
|
| H A D | cc_newreno.c | 221 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
|
| H A D | cc_cdg.c | 674 } else if (ack_type == CC_ACK) in cdg_ack_received()
|
| /src/sys/netinet/ |
| H A D | tcp_input.c | 307 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 D | rack.c | 11841 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()
|