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.h734 struct tcp_bbr { struct
736 int32_t(*r_substate) (struct mbuf *, struct tcphdr *,
739 struct tcpcb *rc_tp; /* The tcpcb Lock(a) */
740 struct inpcb *rc_inp; /* The inpcb Lock(a) */
741 struct timeval rc_tv;
742 uint32_t rc_pacer_started; /* Time we started the pacer */
743 uint16_t no_pacing_until:8, /* No pacing until N packet epochs */
744 ts_can_raise:1,/* TS b/w calculations can raise the bw higher */
745 skip_gain:1, /* Skip the gain cycle (hardware pacing) */
746 gain_is_limited:1, /* With hardware pacing we are limiting gain */
[all …]
H A Dbbr.c14822 static moduledata_t tcp_bbr = { variable