Home
last modified time | relevance | path

Searched defs:tcp_bbr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h732 struct tcp_bbr { struct
734 int32_t(*r_substate) (struct mbuf *, struct tcphdr *,
737 struct tcpcb *rc_tp; /* The tcpcb Lock(a) */
738 struct inpcb *rc_inp; /* The inpcb Lock(a) */
739 struct timeval rc_tv;
740 uint32_t rc_pacer_started; /* Time we started the pacer */
741 uint16_t no_pacing_until:8, /* No pacing until N packet epochs */
742 ts_can_raise:1,/* TS b/w calculations can raise the bw higher */
743 skip_gain:1, /* Skip the gain cycle (hardware pacing) */
744 gain_is_limited:1, /* With hardware pacing we are limiting gain */
[all …]
H A Dbbr.c14822 static moduledata_t tcp_bbr = { variable