Searched refs:dst_metric_locked (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_metrics.c108 if (dst_metric_locked(dst, RTAX_RTT))
110 if (dst_metric_locked(dst, RTAX_RTTVAR))
112 if (dst_metric_locked(dst, RTAX_SSTHRESH))
114 if (dst_metric_locked(dst, RTAX_CWND))
116 if (dst_metric_locked(dst, RTAX_REORDERING))
H A Dtcp_output.c4128 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) {
/linux-master/include/net/
H A Ddst.h226 dst_metric_locked(const struct dst_entry *dst, int metric) function
H A Dip6_route.h325 if (!forwarding || dst_metric_locked(dst, RTAX_MTU)) {
H A Dip.h428 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU);
H A Dtcp.h791 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN))
803 return dst_metric_locked(dst, RTAX_CC_ALGO);

Completed in 301 milliseconds