Searched refs:dst_metric_locked (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | tcp_metrics.c | 103 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-v5.4/include/net/ |
| D | ip6_route.h | 314 if (dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_forward()
|
| D | dst.h | 216 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
|
| D | ip.h | 408 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
|
| D | tcp.h | 689 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min() 701 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()
|
| /Linux-v5.4/net/decnet/ |
| D | dn_route.c | 269 if (!(dst_metric_locked(dst, RTAX_MTU))) { in dn_dst_update_pmtu() 273 if (!(dst_metric_locked(dst, RTAX_ADVMSS))) { in dn_dst_update_pmtu()
|
| /Linux-v5.4/net/ipv6/ |
| D | route.c | 2703 if (dst_metric_locked(dst, RTAX_MTU)) in __ip6_rt_update_pmtu()
|