Home
last modified time | relevance | path

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

/openbmc/linux/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() argument
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_SIZE); in tcpnv_register()
[all …]