Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
Dtcp_nv.c82 struct tcpnv { struct
83 unsigned long nv_min_rtt_reset_jiffies; /* when to switch to
85 s8 cwnd_growth_factor; /* Current cwnd growth factor,
87 u8 available8;
88 u16 available16;
89 u8 nv_allow_cwnd_growth:1, /* whether cwnd can grow */
90 nv_reset:1, /* whether to reset values */
91 nv_catchup:1; /* whether we are growing because
93 u8 nv_eval_call_cnt; /* call count since last eval */
94 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_nv.c83 struct tcpnv { struct
84 unsigned long nv_min_rtt_reset_jiffies; /* when to switch to
86 s8 cwnd_growth_factor; /* Current cwnd growth factor,
88 u8 available8;
89 u16 available16;
90 u8 nv_allow_cwnd_growth:1, /* whether cwnd can grow */
91 nv_reset:1, /* whether to reset values */
92 nv_catchup:1; /* whether we are growing because
94 u8 nv_eval_call_cnt; /* call count since last eval */
95 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is
[all …]