Lines Matching refs:tcpnv
83 struct tcpnv {
124 static inline void tcpnv_reset(struct tcpnv *ca, struct sock *sk)
140 struct tcpnv *ca = inet_csk_ca(sk);
171 inline u32 nv_get_bounded_rtt(struct tcpnv *ca, u32 val)
184 struct tcpnv *ca = inet_csk_ca(sk);
218 struct tcpnv *ca = inet_csk_ca(sk);
244 struct tcpnv *ca = inet_csk_ca(sk);
457 const struct tcpnv *ca = inet_csk_ca(sk);
471 static struct tcp_congestion_ops tcpnv __read_mostly = {
486 BUILD_BUG_ON(sizeof(struct tcpnv) > ICSK_CA_PRIV_SIZE);
488 return tcp_register_congestion_control(&tcpnv);
493 tcp_unregister_congestion_control(&tcpnv);