Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h743 uint16_t no_pacing_until:8, /* No pacing until N packet epochs */ member
H A Dbbr.c2868 (bbr->r_ctl.rc_pkt_epoch >= bbr->no_pacing_until)) { in bbr_set_pktepoch()
9899 bbr->no_pacing_until = bbr_no_pacing_until; in bbr_google_mode_off()
9901 if (bbr->no_pacing_until) in bbr_google_mode_off()
9998 bbr->no_pacing_until = bbr_no_pacing_until; in bbr_init()
9999 if (bbr->no_pacing_until) in bbr_init()
14345 bbr->no_pacing_until = 0; in bbr_set_sockopt()
14348 bbr->no_pacing_until = optval; in bbr_set_sockopt()
14349 if ((bbr->r_ctl.rc_pkt_epoch < bbr->no_pacing_until) && in bbr_set_sockopt()
14594 optval = bbr->no_pacing_until; in bbr_get_sockopt()