Searched refs:dst_metric_raw (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | dst.h | 149 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() function 162 return dst_metric_raw(dst, metric); in dst_metric() 168 u32 advmss = dst_metric_raw(dst, RTAX_ADVMSS); in dst_metric_advmss()
|
| H A D | ip6_route.h | 324 mtu = dst_metric_raw(dst, RTAX_MTU); in ip6_dst_mtu_forward()
|
| H A D | route.h | 359 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip4_dst_hoplimit()
|
| H A D | ip.h | 462 mtu = dst_metric_raw(dst, RTAX_MTU); in ip_dst_mtu_maybe_forward()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_metrics.c | 115 msval = dst_metric_raw(dst, RTAX_RTT); in tcpm_suck_dst() 118 msval = dst_metric_raw(dst, RTAX_RTTVAR); in tcpm_suck_dst() 120 tm->tcpm_vals[TCP_METRIC_SSTHRESH] = dst_metric_raw(dst, RTAX_SSTHRESH); in tcpm_suck_dst() 121 tm->tcpm_vals[TCP_METRIC_CWND] = dst_metric_raw(dst, RTAX_CWND); in tcpm_suck_dst() 122 tm->tcpm_vals[TCP_METRIC_REORDERING] = dst_metric_raw(dst, RTAX_REORDERING); in tcpm_suck_dst()
|
| H A D | route.c | 1354 mtu = dst_metric_raw(dst, RTAX_MTU); in ipv4_mtu()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | output_core.c | 112 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT); in ip6_dst_hoplimit()
|
| H A D | route.c | 1692 if (dst_metric_raw(&nrt->dst, RTAX_MTU) >= fib6_mtu(res)) { in rt6_insert_exception() 2027 if (dst_metric_raw(&entry->dst, RTAX_MTU) && in rt6_exceptions_update_pmtu() 3090 mtu = dst_metric_raw(dst, RTAX_MTU); in ip6_mtu() 3134 mtu = dst_metric_raw(&rt->dst, RTAX_MTU); in ip6_mtu_from_fib6()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dst.c | 272 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in dst_blackhole_mtu()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_route.c | 277 u32 existing_mss = dst_metric_raw(dst, RTAX_ADVMSS); in dn_dst_update_pmtu() 852 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in dn_dst_mtu() 888 mss_metric = dst_metric_raw(&rt->dst, RTAX_ADVMSS); in dn_rt_set_next_hop()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_policy.c | 3906 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU); in xfrm_mtu()
|