dst_default_metrics   86 include/net/dst.h extern const struct dst_metrics dst_default_metrics;
dst_default_metrics  468 include/net/ip.h 	if (fib_metrics != &dst_default_metrics &&
dst_default_metrics  479 include/net/ip.h 	if (fib_metrics != &dst_default_metrics) {
dst_default_metrics  490 include/net/ip.h 	if (p != &dst_default_metrics && refcount_dec_and_test(&p->refcnt))
dst_default_metrics   37 net/core/dst.c const struct dst_metrics dst_default_metrics = {
dst_default_metrics   45 net/core/dst.c EXPORT_SYMBOL(dst_default_metrics);
dst_default_metrics   55 net/core/dst.c 	dst_init_metrics(dst, dst_default_metrics.metrics, true);
dst_default_metrics  233 net/core/dst.c 	new = ((unsigned long) &dst_default_metrics) | DST_METRICS_READ_ONLY;
dst_default_metrics  755 net/core/rtnetlink.c 	if (metrics == dst_default_metrics.metrics)
dst_default_metrics   75 net/ipv4/metrics.c 		return (struct dst_metrics *)&dst_default_metrics;
dst_default_metrics  664 net/ipv6/ip6_fib.c 	if (f6i->fib6_metrics == &dst_default_metrics) {
dst_default_metrics  300 net/ipv6/route.c 	.fib6_metrics	= (struct dst_metrics *)&dst_default_metrics,
dst_default_metrics 3654 net/ipv6/route.c 		rt->fib6_metrics = (struct dst_metrics *)&dst_default_metrics;