Searched refs:dst_metric_locked (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp_metrics.c | 110 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()
|
D | route.c | 967 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/ |
D | ip.h | 279 !(dst_metric_locked(dst, RTAX_MTU))); in ip_dont_fragment() 305 dst_metric_locked(dst, RTAX_MTU) || in ip_dst_mtu_maybe_forward()
|
D | dst.h | 236 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
|
D | tcp.h | 634 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/ |
D | dn_route.c | 286 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/ |
D | ip6_output.c | 331 if (dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_forward()
|
D | route.c | 2397 !dst_metric_locked(&rt->dst, RTAX_MTU) && in rt6_mtu_change_route()
|