• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netinet/tcp_stacks/

Lines Matching refs:bbr_sendmap

461 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, struct bbr_sendmap *rsm);
465 struct bbr_sendmap *rsm, uint32_t srtt,
488 static struct bbr_sendmap *
574 struct bbr_sendmap *rsm;
662 rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_tmap, bbr_sendmap, r_tnext);
968 struct bbr_sendmap *rsm;
2522 bbr_log_thresh_choice(struct tcp_bbr *bbr, uint32_t cts, uint32_t thresh, uint32_t lro, uint32_t srtt, struct bbr_sendmap *rsm, uint8_t frm)
2618 bbr_log_type_rsmclear(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm,
2912 bbr_isit_a_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, int32_t line, int32_t cum_acked)
3290 static struct bbr_sendmap *
3293 struct bbr_sendmap *rsm;
3312 static struct bbr_sendmap *
3328 static struct bbr_sendmap *
3331 struct bbr_sendmap *rsm;
3356 bbr_free(struct tcp_bbr *bbr, struct bbr_sendmap *rsm)
3374 memset(rsm, 0, sizeof(struct bbr_sendmap));
3932 bbr_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type, struct bbr_sendmap *rsm)
4044 static struct bbr_sendmap *
4047 struct bbr_sendmap *rsm;
4064 static struct bbr_sendmap *
4065 bbr_find_high_nonack(struct tcp_bbr *bbr, struct bbr_sendmap *rsm)
4067 struct bbr_sendmap *prsm;
4090 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, struct bbr_sendmap *rsm)
4173 struct bbr_sendmap *rsm, uint32_t srtt,
4177 struct bbr_sendmap *prsm;
4290 bbr_is_lost(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t cts)
4306 static struct bbr_sendmap *
4315 struct bbr_sendmap *rsm;
4406 bbr_clone_rsm(struct tcp_bbr *bbr, struct bbr_sendmap *nrsm, struct bbr_sendmap *rsm, uint32_t start)
4452 bbr_sack_mergable(struct bbr_sendmap *at,
4464 struct bbr_sendmap *l_rsm;
4465 struct bbr_sendmap *r_rsm;
4503 static struct bbr_sendmap *
4505 struct bbr_sendmap *l_rsm,
4506 struct bbr_sendmap *r_rsm)
4564 struct bbr_sendmap *rsm = NULL;
4631 rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_map, bbr_sendmap, r_next);
4660 struct bbr_sendmap *nrsm;
4892 struct bbr_sendmap *rsm, *trsm = NULL;
5332 bbr_get_earliest_send_outstanding(struct tcp_bbr *bbr, struct bbr_sendmap *u_rsm, uint32_t cts)
5334 struct bbr_sendmap *rsm;
5344 struct bbr_sendmap *rsm, uint32_t cts, uint32_t pacing_time)
5439 struct bbr_sendmap *rsm, uint32_t cts, int32_t *lenp, uint32_t pacing_time)
5445 struct bbr_sendmap *nrsm;
5917 struct mbuf *mb, int32_t * abandon, struct bbr_sendmap *hintrsm, uint32_t delay_calc,
5921 struct bbr_sendmap *rsm, *nrsm;
6494 bbr_nf_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts)
6610 bbr_google_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts)
6695 bbr_update_bbr_info(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts, uint32_t tsin,
6810 struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack)
6963 struct tcp_bbr *bbr, struct bbr_sendmap *rsm)
6965 struct bbr_sendmap *nrsm;
7004 struct tcpopt *to, struct bbr_sendmap **prsm, uint32_t cts)
7008 struct bbr_sendmap *rsm, *nrsm;
7054 nrsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_map, bbr_sendmap, r_next);
7243 bbr_peer_reneges(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, tcp_seq th_ack)
7245 struct bbr_sendmap *tmap;
7301 struct bbr_sendmap *rsm;
7343 struct bbr_sendmap *rsm;
7518 struct bbr_sendmap lrsm;
7520 memcpy(&lrsm, rsm, sizeof(struct bbr_sendmap));
7560 rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_map, bbr_sendmap, r_next);
7682 struct bbr_sendmap *rsm;
7719 struct bbr_sendmap *rsm;
8037 struct bbr_sendmap *rsm, *nrsm;
8134 struct bbr_sendmap *rsm;
10167 struct bbr_sendmap *rsm;
10271 struct bbr_sendmap *rsm;
11368 struct bbr_sendmap *rsm;
11778 bbr_do_error_accounting(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, int32_t len, int32_t error)
11787 bbr_do_send_accounting(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, int32_t len, int32_t error)
11966 struct bbr_sendmap *rsm = NULL;
12383 end_rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_tmap, bbr_sendmap, r_tnext);
14179 struct bbr_sendmap *rsm, *frsm = NULL;
14840 sizeof(struct bbr_sendmap),