Searched refs:ip6_null_entry (Results 1 – 5 of 5) sorted by relevance
47 dst_hold(&net->ipv6.ip6_null_entry->dst); in fib6_rule_lookup()48 return &net->ipv6.ip6_null_entry->dst; in fib6_rule_lookup()64 rt = net->ipv6.ip6_null_entry; in fib6_rule_action()79 if (rt != net->ipv6.ip6_null_entry) { in fib6_rule_action()
400 return net->ipv6.ip6_null_entry; in rt6_device_match()571 return match ? match : net->ipv6.ip6_null_entry; in rt6_select()652 if (rt == __net->ipv6.ip6_null_entry) { \848 if (rt == net->ipv6.ip6_null_entry || in ip6_pol_route()864 rt = nrt ? : net->ipv6.ip6_null_entry; in ip6_pol_route()1499 if (rt == net->ipv6.ip6_null_entry) { in __ip6_del_rt()1613 rt = net->ipv6.ip6_null_entry; in __ip6_route_redirect()1657 if (rt == net->ipv6.ip6_null_entry) { in rt6_redirect()2182 rt != net->ipv6.ip6_null_entry && in fib6_remove_prefsrc()2212 rt != adn->net->ipv6.ip6_null_entry) in fib6_ifdown()[all …]
195 table->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_alloc_table()809 sfn->leaf = info->nl_net->ipv6.ip6_null_entry; in fib6_add()810 atomic_inc(&info->nl_net->ipv6.ip6_null_entry->rt6i_ref); in fib6_add()882 pn->leaf = info->nl_net->ipv6.ip6_null_entry; in fib6_add()1073 return net->ipv6.ip6_null_entry; in fib6_find_prefix()1123 fn->leaf = net->ipv6.ip6_null_entry; in fib6_repair_tree()1267 if (!fn || rt == net->ipv6.ip6_null_entry) in fib6_del()1644 net->ipv6.fib6_main_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init()1654 net->ipv6.fib6_local_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init()
804 if (rt != net->ipv6.ip6_null_entry && in ipv6_del_addr()
43 struct rt6_info *ip6_null_entry; member