Home
last modified time | relevance | path

Searched refs:tcpnv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c83 struct tcpnv { struct
124 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk) in tcpnv_reset()
140 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_init()
171 inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val) in nv_get_bounded_rtt()
184 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_cong_avoid()
218 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_state()
244 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_acked()
457 const struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_get_info()
471 static struct tcp_congestion_ops tcpnv __read_mostly = {
486 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZ in tcpnv_register()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c82 struct tcpnv { struct
123 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk) in tcpnv_reset()
139 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_init()
170 inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val) in nv_get_bounded_rtt()
183 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_cong_avoid()
217 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_state()
243 struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_acked()
456 const struct tcpnv *ca = inet_csk_ca(sk); in tcpnv_get_info()
470 static struct tcp_congestion_ops tcpnv __read_mostly = {
485 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZ in tcpnv_register()
[all...]

Completed in 2 milliseconds