Searched defs:bbr (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_bbr.c | 89 struct bbr { struct 97 u32 mode:3, /* current bbr_mode in state machine */ argument 98 prev_ca_state:3, /* CA state on previous ACK */ 99 packet_conservation:1, /* use packet conservation? */ 100 round_start:1, /* start of packet-timed tx->ack round? */ 101 idle_restart:1, /* restarting after idle? */ 102 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */ 103 unused:13, 104 lt_is_sampling:1, /* taking long-term ("LT") samples now? */ 105 lt_rtt_cnt:7, /* round trips in long-term interval */ [all …]
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_bbr.c | 87 struct bbr { struct 95 u32 mode:3, /* current bbr_mode in state machine */ argument 96 prev_ca_state:3, /* CA state on previous ACK */ 97 packet_conservation:1, /* use packet conservation? */ 98 round_start:1, /* start of packet-timed tx->ack round? */ 99 idle_restart:1, /* restarting after idle? */ 100 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */ 101 unused:13, 102 lt_is_sampling:1, /* taking long-term ("LT") samples now? */ 103 lt_rtt_cnt:7, /* round trips in long-term interval */ [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | inet_diag.h | 148 struct tcp_bbr_info bbr; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | inet_diag.h | 178 struct tcp_bbr_info bbr; member
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | inet_diag.h | 237 struct tcp_bbr_info bbr; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | inet_diag.h | 237 struct tcp_bbr_info bbr; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | inet_diag.h | 178 struct tcp_bbr_info bbr; member
|