Searched refs:ack_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/netinet/cc/ |
| H A D | cc_hd.c | 85 static void hd_ack_received(struct cc_var *ccv, uint16_t ack_type); 132 hd_ack_received(struct cc_var *ccv, uint16_t ack_type) in hd_ack_received() argument 137 if (ack_type == CC_ACK) { in hd_ack_received() 160 newreno_cc_algo.ack_received(ccv, ack_type); /* As for NewReno. */ in hd_ack_received()
|
| H A D | cc_vegas.c | 88 static void vegas_ack_received(struct cc_var *ccv, uint16_t ack_type); 125 vegas_ack_received(struct cc_var *ccv, uint16_t ack_type) in vegas_ack_received() argument 165 newreno_cc_algo.ack_received(ccv, ack_type); in vegas_ack_received()
|
| H A D | cc_chd.c | 90 static void chd_ack_received(struct cc_var *ccv, uint16_t ack_type); 235 chd_ack_received(struct cc_var *ccv, uint16_t ack_type) in chd_ack_received() argument 300 } else if (ack_type == CC_ACK) in chd_ack_received()
|
| H A D | cc_cdg.c | 228 static void cdg_ack_received(struct cc_var *ccv, uint16_t ack_type); 567 cdg_ack_received(struct cc_var *ccv, uint16_t ack_type) in cdg_ack_received() argument 664 } else if (ack_type == CC_ACK) in cdg_ack_received()
|
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 6699 uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) in bbr_update_bbr_info() argument 6737 if (ack_type == BBR_CUM_ACKED) in bbr_update_bbr_info() 6840 BBR_RTT_BY_EXACTMATCH, rsm->r_tim_lastsent[0], ack_type, to); in bbr_update_rtt() 6846 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 6856 ack_type, to); in bbr_update_rtt() 6862 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt() 6882 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt() 6932 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt() 6941 BBR_RTT_BY_SOME_RETRAN, 0, ack_type, to); in bbr_update_rtt() 6952 BBR_RTT_BY_THIS_RETRAN, 0, ack_type, to); in bbr_update_rtt() [all …]
|
| H A D | rack.c | 522 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack); 7849 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack) in rack_update_rtt() argument 7862 if (ack_type == CUM_ACKED) { in rack_update_rtt() 7896 if (ack_type == SACKED) { in rack_update_rtt() 7969 (ack_type == CUM_ACKED) && in rack_update_rtt()
|