Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_metrics.c110 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst()
112 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst()
114 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst()
116 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst()
118 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
Droute.c967 if (dst_metric_locked(dst, RTAX_MTU)) in __ip_rt_update_pmtu()
1239 if (unlikely(dst_metric_locked(dst, RTAX_MTU))) { in ipv4_mtu()
/linux-4.1.27/include/net/
Dip.h279 !(dst_metric_locked(dst, RTAX_MTU))); in ip_dont_fragment()
305 dst_metric_locked(dst, RTAX_MTU) || in ip_dst_mtu_maybe_forward()
Ddst.h236 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
Dtcp.h634 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min()
646 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()
/linux-4.1.27/net/decnet/
Ddn_route.c286 if (!(dst_metric_locked(dst, RTAX_MTU))) { in dn_dst_update_pmtu()
290 if (!(dst_metric_locked(dst, RTAX_ADVMSS))) { in dn_dst_update_pmtu()
/linux-4.1.27/net/ipv6/
Dip6_output.c331 if (dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_forward()
Droute.c2397 !dst_metric_locked(&rt->dst, RTAX_MTU) && in rt6_mtu_change_route()