Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h60 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 Dbbr.c480 static struct bbr_sendmap *
564 struct bbr_sendmap *rsm; in bbr_timer_start()
958 struct bbr_sendmap *rsm; in bbr_timer_audit()
3274 struct bbr_sendmap *rsm; in bbr_alloc()
3312 struct bbr_sendmap *rsm; in bbr_alloc_limit()
4032 struct bbr_sendmap *rsm; in bbr_find_lowest_rsm()
4300 struct bbr_sendmap *rsm; in bbr_check_recovery_mode()
5290 struct bbr_sendmap *rsm; in bbr_get_earliest_send_outstanding()
7253 struct bbr_sendmap *rsm; in bbr_log_syn()
7295 struct bbr_sendmap *rsm; in bbr_log_ack()
[all …]