Searched refs:dst_metric_locked (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_metrics.c | 108 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst() 110 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst() 112 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst() 114 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst() 116 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
|
H A D | tcp_output.c | 4018 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) { in tcp_delack_max()
|
/openbmc/linux/include/net/ |
H A D | ip6_route.h | 328 if (!forwarding || dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_maybe_forward()
|
H A D | dst.h | 233 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
|
H A D | ip.h | 427 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
|
H A D | tcp.h | 752 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min() 764 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()
|