Searched refs:bbr_sendmap (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_bbr.h | 60 struct bbr_sendmap { struct 61 TAILQ_ENTRY(bbr_sendmap) r_next; /* seq number arrayed next */ 62 TAILQ_ENTRY(bbr_sendmap) r_tnext; /* Time of tmit based next */ 103 TAILQ_HEAD(bbr_head, bbr_sendmap); argument 229 struct bbr_sendmap *rsm; /* For alloc/free */ 525 struct bbr_sendmap *rc_resend; /* something we have been asked to 544 struct bbr_sendmap *rc_tlp_send; /* something we have been 577 struct bbr_sendmap *rc_sacklast; /* sack remembered place 579 struct bbr_sendmap *rc_next; /* remembered place where we next
|
H A D | bbr.c | 454 struct bbr_sendmap *rsm); 459 struct bbr_sendmap *rsm, uint32_t srtt, uint32_t cts); 478 static struct bbr_sendmap * 562 struct bbr_sendmap *rsm; in bbr_timer_start() 651 rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_tmap, bbr_sendmap, r_tnext); in bbr_timer_start() 956 struct bbr_sendmap *rsm; in bbr_timer_audit() 2500 …br, uint32_t cts, uint32_t thresh, uint32_t lro, uint32_t srtt, struct bbr_sendmap *rsm, uint8_t f… in bbr_log_thresh_choice() 2596 bbr_log_type_rsmclear(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, in bbr_log_type_rsmclear() 2891 bbr_isit_a_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, int32_t line, int3… in bbr_isit_a_pkt_epoch() 3259 static struct bbr_sendmap * [all …]
|