Searched refs:CC_ACK (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc.h | 105 #define CC_ACK 0x0001 /* Regular in sequence ACK. */ macro
|
| H A D | cc_cubic.c | 146 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 D | cc_hd.c | 137 if (ack_type == CC_ACK) { in hd_ack_received()
|
| H A D | cc_newreno.c | 134 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
|
| H A D | cc_htcp.c | 204 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
|
| H A D | cc_chd.c | 300 } else if (ack_type == CC_ACK) in chd_ack_received()
|
| H A D | cc_dctcp.c | 128 if (type == CC_ACK) in dctcp_ack_received()
|
| H A D | cc_cdg.c | 664 } else if (ack_type == CC_ACK) in cdg_ack_received()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 331 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 D | rack.c | 3893 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()
|