Home
last modified time | relevance | path

Searched refs:ack_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/netinet/cc/
H A Dcc_hd.c84 static void hd_ack_received(struct cc_var *ccv, uint16_t ack_type);
142 hd_ack_received(struct cc_var *ccv, uint16_t ack_type) in hd_ack_received() argument
147 if (ack_type == CC_ACK) { in hd_ack_received()
170 newreno_cc_ack_received(ccv, ack_type); in hd_ack_received()
H A Dcc_vegas.c90 static void vegas_ack_received(struct cc_var *ccv, uint16_t ack_type);
128 vegas_ack_received(struct cc_var *ccv, uint16_t ack_type) in vegas_ack_received() argument
168 newreno_cc_ack_received(ccv, ack_type); in vegas_ack_received()
H A Dcc_chd.c92 static void chd_ack_received(struct cc_var *ccv, uint16_t ack_type);
239 chd_ack_received(struct cc_var *ccv, uint16_t ack_type) in chd_ack_received() argument
304 } else if (ack_type == CC_ACK) in chd_ack_received()
H A Dcc_cdg.c226 static void cdg_ack_received(struct cc_var *ccv, uint16_t ack_type);
575 cdg_ack_received(struct cc_var *ccv, uint16_t ack_type) in cdg_ack_received() argument
672 } else if (ack_type == CC_ACK) in cdg_ack_received()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c6649 uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) in bbr_update_bbr_info() argument
6687 if (ack_type == BBR_CUM_ACKED) in bbr_update_bbr_info()
6790 BBR_RTT_BY_EXACTMATCH, rsm->r_tim_lastsent[0], ack_type, to); in bbr_update_rtt()
6796 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt()
6806 ack_type, to); in bbr_update_rtt()
6812 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt()
6832 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt()
6882 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt()
6891 BBR_RTT_BY_SOME_RETRAN, 0, ack_type, to); in bbr_update_rtt()
6902 BBR_RTT_BY_THIS_RETRAN, 0, ack_type, to); in bbr_update_rtt()
[all …]
H A Drack.c535 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack);
8950 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack) in rack_update_rtt() argument
8964 if (ack_type == CUM_ACKED) { in rack_update_rtt()
9001 if (ack_type == SACKED) { in rack_update_rtt()
9075 (ack_type == CUM_ACKED) && in rack_update_rtt()