Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_metrics.c121 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 Doutput_core.c106 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit()
H A Droute.c1707 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 Ddst.c256 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in dst_blackhole_mtu()
/linux/include/net/
H A Dip6_route.h333 mtu = dst_metric_raw(dst, RTAX_MTU); in ip6_dst_mtu_maybe_forward()
H A Droute.h384 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit()
H A Dip.h489 mtu = dst_metric_raw(dst, RTAX_MTU); in ip_dst_mtu_maybe_forward()
/linux/net/xfrm/
H A Dxfrm_policy.c4059 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in xfrm_mtu()