ip6_null_entry 173 drivers/net/vrf.c struct dst_entry *dst_null = &net->ipv6.ip6_null_entry->dst; ip6_null_entry 983 drivers/net/vrf.c if (unlikely(&rt6->dst == &net->ipv6.ip6_null_entry->dst)) ip6_null_entry 1104 drivers/net/vrf.c dst = &net->ipv6.ip6_null_entry->dst; ip6_null_entry 72 include/net/netns/ipv6.h struct rt6_info *ip6_null_entry; ip6_null_entry 114 net/ipv6/fib6_rules.c if (rt != net->ipv6.ip6_null_entry && rt->dst.error != -EAGAIN) ip6_null_entry 124 net/ipv6/fib6_rules.c dst_hold(&net->ipv6.ip6_null_entry->dst); ip6_null_entry 125 net/ipv6/fib6_rules.c return &net->ipv6.ip6_null_entry->dst; ip6_null_entry 208 net/ipv6/fib6_rules.c rt = net->ipv6.ip6_null_entry; ip6_null_entry 229 net/ipv6/fib6_rules.c if (rt != net->ipv6.ip6_null_entry) { ip6_null_entry 320 net/ipv6/ip6_fib.c rt = net->ipv6.ip6_null_entry; ip6_null_entry 1176 net/ipv6/route.c rt = net->ipv6.ip6_null_entry; ip6_null_entry 1207 net/ipv6/route.c nrt = dev_net(dev)->ipv6.ip6_null_entry; ip6_null_entry 1240 net/ipv6/route.c rt = net->ipv6.ip6_null_entry; ip6_null_entry 2271 net/ipv6/route.c rt = net->ipv6.ip6_null_entry; ip6_null_entry 2529 net/ipv6/route.c dst = &net->ipv6.ip6_null_entry->dst; ip6_null_entry 2983 net/ipv6/route.c ret = net->ipv6.ip6_null_entry; ip6_null_entry 5897 net/ipv6/route.c if (rt == net->ipv6.ip6_null_entry) { ip6_null_entry 6014 net/ipv6/route.c net->ipv6.ip6_null_entry->dst.dev = dev; ip6_null_entry 6015 net/ipv6/route.c net->ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(dev); ip6_null_entry 6027 net/ipv6/route.c in6_dev_put_clear(&net->ipv6.ip6_null_entry->rt6i_idev); ip6_null_entry 6210 net/ipv6/route.c net->ipv6.ip6_null_entry = kmemdup(&ip6_null_entry_template, ip6_null_entry 6211 net/ipv6/route.c sizeof(*net->ipv6.ip6_null_entry), ip6_null_entry 6213 net/ipv6/route.c if (!net->ipv6.ip6_null_entry) ip6_null_entry 6215 net/ipv6/route.c net->ipv6.ip6_null_entry->dst.ops = &net->ipv6.ip6_dst_ops; ip6_null_entry 6216 net/ipv6/route.c dst_init_metrics(&net->ipv6.ip6_null_entry->dst, ip6_null_entry 6218 net/ipv6/route.c INIT_LIST_HEAD(&net->ipv6.ip6_null_entry->rt6i_uncached); ip6_null_entry 6263 net/ipv6/route.c kfree(net->ipv6.ip6_null_entry); ip6_null_entry 6276 net/ipv6/route.c kfree(net->ipv6.ip6_null_entry); ip6_null_entry 6349 net/ipv6/route.c init_net.ipv6.ip6_null_entry->dst.dev = init_net.loopback_dev; ip6_null_entry 6350 net/ipv6/route.c init_net.ipv6.ip6_null_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev);