Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dtcp_cong.c146 int tcp_update_congestion_control(struct tcp_congestion_ops *ca, struct tcp_congestion_ops *old_ca) in tcp_update_congestion_control() argument
158 existing = tcp_ca_find_key(old_ca->key); in tcp_update_congestion_control()
163 } else if (existing != old_ca) { in tcp_update_congestion_control()