tcpnv             124 net/ipv4/tcp_nv.c static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk)
tcpnv             140 net/ipv4/tcp_nv.c 	struct tcpnv *ca = inet_csk_ca(sk);
tcpnv             171 net/ipv4/tcp_nv.c inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val)
tcpnv             184 net/ipv4/tcp_nv.c 	struct tcpnv *ca = inet_csk_ca(sk);
tcpnv             218 net/ipv4/tcp_nv.c 	struct tcpnv *ca = inet_csk_ca(sk);
tcpnv             244 net/ipv4/tcp_nv.c 	struct tcpnv *ca = inet_csk_ca(sk);
tcpnv             457 net/ipv4/tcp_nv.c 	const struct tcpnv *ca = inet_csk_ca(sk);
tcpnv             471 net/ipv4/tcp_nv.c static struct tcp_congestion_ops tcpnv __read_mostly = {
tcpnv             486 net/ipv4/tcp_nv.c 	BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZE);
tcpnv             488 net/ipv4/tcp_nv.c 	return tcp_register_congestion_control(&tcpnv);
tcpnv             493 net/ipv4/tcp_nv.c 	tcp_unregister_congestion_control(&tcpnv);