Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h583 struct bbr_sendmap *rc_next; /* remembered place where we next member
H A Dbbr.c3370 if (bbr->r_ctl.rc_next == rsm) in bbr_free()
3371 bbr->r_ctl.rc_next = NULL; in bbr_free()
5414 bbr->r_ctl.rc_next = TAILQ_NEXT(rsm, r_next); in bbr_update_rsm()
6046 } else if (bbr->r_ctl.rc_next) { in bbr_log_output()
6048 rsm = bbr->r_ctl.rc_next; in bbr_log_output()
6069 bbr->r_ctl.rc_next = TAILQ_NEXT(rsm, r_next); in bbr_log_output()
7369 if (bbr->r_ctl.rc_next == rsm) { in bbr_log_syn()
7371 bbr->r_ctl.rc_next = TAILQ_FIRST(&bbr->r_ctl.rc_map); in bbr_log_syn()
7542 if (bbr->r_ctl.rc_next == rsm) { in bbr_log_ack()
7544 bbr->r_ctl.rc_next = TAILQ_FIRST(&bbr->r_ctl.rc_map); in bbr_log_ack()