Searched refs:dst_metric_raw (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/net/
H A Ddst.h165 dst_metric_raw(const struct dst_entry *dst, const int metric) function
178 return dst_metric_raw(dst, metric);
184 u32 advmss = dst_metric_raw(dst, RTAX_ADVMSS);
H A Droute.h350 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);
H A Dip6_route.h326 mtu = dst_metric_raw(dst, RTAX_MTU);
H A Dip.h477 mtu = dst_metric_raw(dst, RTAX_MTU);
/linux-master/net/ipv6/
H A Doutput_core.c106 int hoplimit = dst_metric_raw(dst, RTAX_HOPLIMIT);
H A Droute.c1705 if (dst_metric_raw(&nrt->dst, RTAX_MTU) >= fib6_mtu(res)) {
2040 if (dst_metric_raw(&entry->dst, RTAX_MTU) &&
3247 mtu = dst_metric_raw(&rt->dst, RTAX_MTU);
/linux-master/net/ipv4/
H A Dtcp_metrics.c121 msval = dst_metric_raw(dst, RTAX_RTT);
124 msval = dst_metric_raw(dst, RTAX_RTTVAR);
127 dst_metric_raw(dst, RTAX_SSTHRESH));
129 dst_metric_raw(dst, RTAX_CWND));
131 dst_metric_raw(dst, RTAX_REORDERING));
/linux-master/net/core/
H A Ddst.c249 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU);
/linux-master/net/xfrm/
H A Dxfrm_policy.c4019 unsigned int mtu = dst_metric_raw(dst, RTAX_MTU);

Completed in 371 milliseconds