Home
last modified time | relevance | path

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

/f-stack/freebsd/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); argument
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.c493 static struct bbr_sendmap *
575 struct bbr_sendmap *rsm; in bbr_timer_start()
969 struct bbr_sendmap *rsm; in bbr_timer_audit()
3294 struct bbr_sendmap *rsm; in bbr_alloc()
3332 struct bbr_sendmap *rsm; in bbr_alloc_limit()
4045 struct bbr_sendmap *rsm; in bbr_find_lowest_rsm()
4313 struct bbr_sendmap *rsm; in bbr_check_recovery_mode()
5331 struct bbr_sendmap *rsm; in bbr_get_earliest_send_outstanding()
7353 struct bbr_sendmap *rsm; in bbr_log_syn()
7395 struct bbr_sendmap *rsm; in bbr_log_ack()
[all …]