Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h752 uint16_t bbr_segs_rcvd; /* In Segment count since we sent a ack */ member
H A Dbbr.c4020 ((bbr->bbr_segs_rcvd + nsegs) < tp->t_delayed_ack) && \
8278 bbr->bbr_segs_rcvd += max(1, nsegs); in bbr_process_data()
8557 bbr->bbr_segs_rcvd += max(1, nsegs); in bbr_do_fastnewdata()
8834 bbr->bbr_segs_rcvd += 1; in bbr_do_syn_sent()
13648 bbr->bbr_segs_rcvd = 0; in bbr_output_wtime()