Searched refs:ip6_null_entry (Results 1 – 4 of 4) sorted by relevance
46 dst_hold(&net->ipv6.ip6_null_entry->dst); in fib6_rule_lookup()47 return &net->ipv6.ip6_null_entry->dst; in fib6_rule_lookup()63 rt = net->ipv6.ip6_null_entry; in fib6_rule_action()78 if (rt != net->ipv6.ip6_null_entry) { in fib6_rule_action()
344 return net->ipv6.ip6_null_entry; in rt6_device_match()512 return match ? match : net->ipv6.ip6_null_entry; in rt6_select()591 if (rt == __net->ipv6.ip6_null_entry) { \784 if (rt == net->ipv6.ip6_null_entry || in ip6_pol_route()799 rt = nrt ? : net->ipv6.ip6_null_entry; in ip6_pol_route()1389 if (rt == net->ipv6.ip6_null_entry) in __ip6_del_rt()1502 rt = net->ipv6.ip6_null_entry; in __ip6_route_redirect()1546 if (rt == net->ipv6.ip6_null_entry) { in rt6_redirect()2057 rt != adn->net->ipv6.ip6_null_entry) { in fib6_ifdown()2498 net->ipv6.ip6_null_entry->dst.dev = dev; in ip6_route_dev_notify()[all …]
199 table->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_alloc_table()732 sfn->leaf = info->nl_net->ipv6.ip6_null_entry; in fib6_add()733 atomic_inc(&info->nl_net->ipv6.ip6_null_entry->rt6i_ref); in fib6_add()796 pn->leaf = info->nl_net->ipv6.ip6_null_entry; in fib6_add()981 return net->ipv6.ip6_null_entry; in fib6_find_prefix()1032 fn->leaf = net->ipv6.ip6_null_entry; in fib6_repair_tree()1176 if (fn == NULL || rt == net->ipv6.ip6_null_entry) in fib6_del()1524 net->ipv6.fib6_main_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init()1534 net->ipv6.fib6_local_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init()
43 struct rt6_info *ip6_null_entry; member