H A D | rack.c | 457 uint32_t th_ack, uint16_t nsegs, uint16_t type, int32_t recovery); 499 tcp_seq th_ack, int line, uint8_t quality); 545 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack); 2811 int flag, uint32_t th_ack, int line) in rack_log_map_chg() argument 2840 log.u_bbr.pkts_out = th_ack; in rack_log_map_chg() 3618 rack_enough_for_measurement(struct tcpcb *tp, struct tcp_rack *rack, tcp_seq th_ack, uint8_t *quality) in rack_enough_for_measurement() argument 3625 if (SEQ_LT(th_ack, tp->gput_seq)) { in rack_enough_for_measurement() 3630 (th_ack == tp->snd_max)){ in rack_enough_for_measurement() 3644 if (SEQ_GEQ(th_ack, tp->gput_ack)) { in rack_enough_for_measurement() 3655 if (SEQ_LT(th_ack, t in rack_enough_for_measurement() 4910 rack_do_goodput_measurement(struct tcpcb * tp,struct tcp_rack * rack,tcp_seq th_ack,int line,uint8_t quality) rack_do_goodput_measurement() argument 5484 rack_ack_received(struct tcpcb * tp,struct tcp_rack * rack,uint32_t th_ack,uint16_t nsegs,uint16_t type,int32_t post_recovery) rack_ack_received() argument 5648 rack_post_recovery(struct tcpcb * tp,uint32_t th_ack) rack_post_recovery() argument 8869 rack_update_rtt(struct tcpcb * tp,struct tcp_rack * rack,struct rack_sendmap * rsm,struct tcpopt * to,uint32_t cts,int32_t ack_type,tcp_seq th_ack) rack_update_rtt() argument 9175 rack_need_set_test(struct tcpcb * tp,struct tcp_rack * rack,struct rack_sendmap * rsm,tcp_seq th_ack,int line,int use_which) rack_need_set_test() argument 10105 rack_peer_reneges(struct tcp_rack * rack,struct rack_sendmap * rsm,tcp_seq th_ack) rack_peer_reneges() argument 10232 rack_process_to_cumack(struct tcpcb * tp,struct tcp_rack * rack,register uint32_t th_ack,uint32_t cts,struct tcpopt * to,uint64_t acktime) rack_process_to_cumack() argument 10735 rack_update_prr(struct tcpcb * tp,struct tcp_rack * rack,uint32_t changed,tcp_seq th_ack) rack_update_prr() argument 10805 register uint32_t th_ack; rack_log_ack() local 11079 rack_strike_dupack(struct tcp_rack * rack,tcp_seq th_ack) rack_strike_dupack() argument 11685 rack_req_check_for_comp(struct tcp_rack * rack,tcp_seq th_ack) rack_req_check_for_comp() argument 12106 rack_collapsed_window(struct tcp_rack * rack,uint32_t out,tcp_seq th_ack,int line) rack_collapsed_window() argument [all...] |