Searched refs:__tcp_get_metrics (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_metrics.c | 24 static struct tcp_metrics_block *__tcp_get_metrics(const struct inetpeer_addr *saddr, 178 tm = __tcp_get_metrics(saddr, daddr, net, hash); in tcpm_new() 231 static struct tcp_metrics_block *__tcp_get_metrics(const struct inetpeer_addr *saddr, in __tcp_get_metrics() function 325 tm = __tcp_get_metrics(&saddr, &daddr, net, hash); in tcp_get_metrics()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_metrics.c | 24 static struct tcp_metrics_block *__tcp_get_metrics(const struct inetpeer_addr *saddr, 178 tm = __tcp_get_metrics(saddr, daddr, net, hash); in tcpm_new() 231 static struct tcp_metrics_block *__tcp_get_metrics(const struct inetpeer_addr *saddr, in __tcp_get_metrics() function 325 tm = __tcp_get_metrics(&saddr, &daddr, net, hash); in tcp_get_metrics()
|
Completed in 4 milliseconds