Lines Matching refs:fib6_null_entry
566 res->f6i = net->ipv6.fib6_null_entry;
580 res->f6i = net->ipv6.fib6_null_entry;
875 if (!leaf || leaf == net->ipv6.fib6_null_entry)
914 res->f6i = net->ipv6.fib6_null_entry;
1218 res.f6i = net->ipv6.fib6_null_entry;
1223 if (res.f6i == net->ipv6.fib6_null_entry) {
2184 if (res->f6i == net->ipv6.fib6_null_entry) {
2220 if (res.f6i == net->ipv6.fib6_null_entry)
3093 rt = net->ipv6.fib6_null_entry;
3099 if (rt == net->ipv6.fib6_null_entry) {
3333 if (!err && res->f6i != net->ipv6.fib6_null_entry)
3859 if (rt == net->ipv6.fib6_null_entry) {
3892 if (rt == net->ipv6.fib6_null_entry)
4597 rt != net->ipv6.fib6_null_entry &&
4756 if (rt != net->ipv6.fib6_null_entry && !rt->nh &&
4842 if (rt == net->ipv6.fib6_null_entry || rt->nh)
5883 if (rt == net->ipv6.fib6_null_entry)
6274 net->ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = dev;
6473 net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true);
6474 if (!net->ipv6.fib6_null_entry)
6476 memcpy(net->ipv6.fib6_null_entry, &fib6_null_entry_template,
6477 sizeof(*net->ipv6.fib6_null_entry));
6538 kfree(net->ipv6.fib6_null_entry);
6547 kfree(net->ipv6.fib6_null_entry);
6626 init_net.ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = init_net.loopback_dev;