Searched refs:bbr_sendmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h62 struct bbr_sendmap { struct
63 TAILQ_ENTRY(bbr_sendmap) r_next; /* seq number arrayed next */
64 TAILQ_ENTRY(bbr_sendmap) r_tnext; /* Time of tmit based next */
105 TAILQ_HEAD(bbr_head, bbr_sendmap);
231 struct bbr_sendmap *rsm; /* For alloc/free */
529 struct bbr_sendmap *rc_resend; /* something we have been asked to
548 struct bbr_sendmap *rc_tlp_send; /* something we have been
581 struct bbr_sendmap *rc_sacklast; /* sack remembered place
583 struct bbr_sendmap *rc_next; /* remembered place where we next
H A Dbbr.c461 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 *
[all...]

Completed in 130 milliseconds