Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c106 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst()
108 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst()
110 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst()
112 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst()
114 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
Droute.c972 if (dst_metric_locked(dst, RTAX_MTU)) in __ip_rt_update_pmtu()
1244 if (unlikely(dst_metric_locked(dst, RTAX_MTU))) { in ipv4_mtu()
/linux-4.4.14/include/net/
Dip.h287 !(dst_metric_locked(dst, RTAX_MTU))); in ip_dont_fragment()
313 dst_metric_locked(dst, RTAX_MTU) || in ip_dst_mtu_maybe_forward()
Ddst.h241 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
Dtcp.h663 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min()
675 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()
/linux-4.4.14/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.4.14/net/ipv6/
Dip6_output.c344 if (dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_forward()
Droute.c2665 !dst_metric_locked(&rt->dst, RTAX_MTU)) { in rt6_mtu_change_route()