Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_vegas.c89 static void vegas_ack_received(struct cc_var *ccv, ccsignal_t ack_type);
127 vegas_ack_received(struct cc_var *ccv, ccsignal_t ack_type) in vegas_ack_received() argument
167 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, ccsignal_t ack_type);
240 chd_ack_received(struct cc_var *ccv, ccsignal_t ack_type) in chd_ack_received() argument
305 } else if (ack_type == CC_ACK) in chd_ack_received()
H A Dcc_cdg.c226 static void cdg_ack_received(struct cc_var *ccv, ccsignal_t ack_type);
577 cdg_ack_received(struct cc_var *ccv, ccsignal_t ack_type) in cdg_ack_received() argument
674 } else if (ack_type == CC_ACK) in cdg_ack_received()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c6647 uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) in bbr_update_bbr_info() argument
6685 if (ack_type == BBR_CUM_ACKED) in bbr_update_bbr_info()
6761 struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack) in bbr_update_rtt() argument
6786 BBR_RTT_BY_EXACTMATCH, rsm->r_tim_lastsent[0], ack_type, to); in bbr_update_rtt()
6792 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt()
6802 ack_type, to); in bbr_update_rtt()
6808 (ack_type == BBR_CUM_ACKED) && in bbr_update_rtt()
6826 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt()
6876 rsm->r_tim_lastsent[i], ack_type, to); in bbr_update_rtt()
6885 BBR_RTT_BY_SOME_RETRAN, 0, ack_type, to); in bbr_update_rtt()
[all …]
H A Drack.c542 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack);
8846 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack) in rack_update_rtt() argument
8860 if (ack_type == CUM_ACKED) { in rack_update_rtt()
8897 if (ack_type == SACKED) { in rack_update_rtt()
8971 (ack_type == CUM_ACKED) && in rack_update_rtt()