Searched refs:dst_metric_raw (Results 1 – 8 of 8) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_metrics.c | 121 msval = dst_metric_raw(dst, RTAX_RTT); in tcpm_suck_dst() 124 msval = dst_metric_raw(dst, RTAX_RTTVAR); in tcpm_suck_dst() 127 dst_metric_raw(dst, RTAX_SSTHRESH)); in tcpm_suck_dst() 129 dst_metric_raw(dst, RTAX_CWND)); in tcpm_suck_dst() 131 dst_metric_raw(dst, RTAX_REORDERING)); in tcpm_suck_dst()
|
/linux/net/ipv6/ |
H A D | output_core.c | 106 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit()
|
H A D | route.c | 1707 if (dst_metric_raw(&nrt->dst, RTAX_MTU) >= fib6_mtu(res)) { in rt6_insert_exception() 2042 if (dst_metric_raw(&entry->dst, RTAX_MTU) && in rt6_exceptions_update_pmtu() 3254 mtu = dst_metric_raw(&rt->dst, RTAX_MTU); in ip6_mtu_from_fib6()
|
/linux/net/core/ |
H A D | dst.c | 256 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in dst_blackhole_mtu()
|
/linux/include/net/ |
H A D | ip6_route.h | 333 mtu = dst_metric_raw(dst, RTAX_MTU); in ip6_dst_mtu_maybe_forward()
|
H A D | route.h | 384 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit()
|
H A D | ip.h | 489 mtu = dst_metric_raw(dst, RTAX_MTU); in ip_dst_mtu_maybe_forward()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 4059 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in xfrm_mtu()
|