Searched refs:rc_sacked (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 544 ctf_flight_size(struct tcpcb *tp, uint32_t rc_sacked) in ctf_flight_size() argument 546 if (rc_sacked <= ctf_outstanding(tp)) in ctf_flight_size() 547 return(ctf_outstanding(tp) - rc_sacked); in ctf_flight_size()
|
| HD | rack_bbr_common.h | 97 uint32_t ctf_flight_size(struct tcpcb *tp, uint32_t rc_sacked);
|
| HD | bbr.c | 1865 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_fill_in_logging_data() 3669 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)) + in bbr_ack_received() 3683 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_ack_received() 3758 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)) <= in tcp_bbr_partialack() 3803 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_post_recovery() 3979 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)) + in bbr_cong_signal() 4955 bbr->r_ctl.rc_sacked = 0; in bbr_remxt_tmr() 5389 bbr->r_ctl.rc_sacked -= (rsm->r_end - rsm->r_start); in bbr_update_rsm() 5390 if (bbr->r_ctl.rc_sacked == 0) in bbr_update_rsm() 5405 (bbr->r_ctl.rc_sacked + bbr->r_ctl.rc_lost_bytes)); in bbr_update_rsm() [all …]
|
| HD | rack.c | 2205 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_retran_reason() 2240 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_to_start() 2276 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_to_event() 2325 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_map_chg() 2360 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_rtt_upd() 2431 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_rtt_sample() 2503 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_progress_event() 2532 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_type_bbrsnd() 2570 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_doseg_done() 2602 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_type_pacing_sizes() [all …]
|
| HD | tcp_rack.h | 384 uint32_t rc_sacked; /* Tot sacked on scoreboard Lock(a) */ member
|
| HD | tcp_bbr.h | 584 uint32_t rc_sacked; /* Tot sacked on scoreboard Lock(a) */ member
|