Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dtcp_metrics.c103 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst()
105 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst()
107 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst()
109 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst()
111 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
/linux-6.3-rc2/include/net/
A Dip6_route.h321 if (!forwarding || dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_maybe_forward()
A Ddst.h219 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
A Dip.h413 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
A Dtcp.h736 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min()
748 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()

Completed in 39 milliseconds