Lines Matching refs:fib6_null_entry
562 res->f6i = net->ipv6.fib6_null_entry;
576 res->f6i = net->ipv6.fib6_null_entry;
872 if (!leaf || leaf == net->ipv6.fib6_null_entry)
911 res->f6i = net->ipv6.fib6_null_entry;
1218 res.f6i = net->ipv6.fib6_null_entry;
1223 if (res.f6i == net->ipv6.fib6_null_entry) {
2191 if (res->f6i == net->ipv6.fib6_null_entry) {
2227 if (res.f6i == net->ipv6.fib6_null_entry)
2977 rt = net->ipv6.fib6_null_entry;
2983 if (rt == net->ipv6.fib6_null_entry) {
3239 if (!err && res->f6i != net->ipv6.fib6_null_entry)
3775 if (rt == net->ipv6.fib6_null_entry) {
3808 if (rt == net->ipv6.fib6_null_entry)
4510 rt != net->ipv6.fib6_null_entry &&
4669 if (rt != net->ipv6.fib6_null_entry && !rt->nh &&
4755 if (rt == net->ipv6.fib6_null_entry || rt->nh)
5784 if (rt == net->ipv6.fib6_null_entry)
6127 net->ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = dev;
6317 net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true);
6318 if (!net->ipv6.fib6_null_entry)
6320 memcpy(net->ipv6.fib6_null_entry, &fib6_null_entry_template,
6321 sizeof(*net->ipv6.fib6_null_entry));
6382 kfree(net->ipv6.fib6_null_entry);
6391 kfree(net->ipv6.fib6_null_entry);
6470 init_net.ipv6.fib6_null_entry->fib6_nh->fib_nh_dev = init_net.loopback_dev;