Lines Matching refs:tcpnv
82 struct tcpnv {
123 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk)
139 struct tcpnv *ca = inet_csk_ca(sk);
170 inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val)
183 struct tcpnv *ca = inet_csk_ca(sk);
217 struct tcpnv *ca = inet_csk_ca(sk);
243 struct tcpnv *ca = inet_csk_ca(sk);
456 const struct tcpnv *ca = inet_csk_ca(sk);
470 static struct tcp_congestion_ops tcpnv __read_mostly = {
485 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZE);
487 return tcp_register_congestion_control(&tcpnv);
492 tcp_unregister_congestion_control(&tcpnv);