Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_nv.c83 struct tcpnv { struct
124 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk) in tcpnv_reset() argument
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_SIZE); in tcpnv_register()
[all …]