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 */ 527 struct bbr_sendmap *rc_resend; /* something we have been asked to 546 struct bbr_sendmap *rc_tlp_send; /* something we have been 579 struct bbr_sendmap *rc_sacklast; /* sack remembered place 581 struct bbr_sendmap *rc_next; /* remembered place where we next
|
H A D | bbr.c | 456 struct bbr_sendmap *rsm); 461 struct bbr_sendmap *rsm, uint32_t srtt, uint32_t cts); 480 static struct bbr_sendmap * 564 struct bbr_sendmap *rsm; in bbr_timer_start() 653 rsm = TAILQ_LAST_FAST(&bbr->r_ctl.rc_tmap, bbr_sendmap, r_tnext); in bbr_timer_start() 958 struct bbr_sendmap *rsm; in bbr_timer_audit() 2502 …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() 2598 bbr_log_type_rsmclear(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, in bbr_log_type_rsmclear() 2893 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() 3261 static struct bbr_sendmap * [all …]
|