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()65 rt = net->ipv6.ip6_null_entry; in fib6_rule_action()85 if (rt != net->ipv6.ip6_null_entry) { in fib6_rule_action()
478 return net->ipv6.ip6_null_entry; in rt6_device_match()694 return match ? match : net->ipv6.ip6_null_entry; in rt6_select()804 if (rt == net->ipv6.ip6_null_entry) { in ip6_pol_route_lookup()938 if (rt == net->ipv6.ip6_null_entry) { in ip6_pol_route()968 rt = nrt ? : net->ipv6.ip6_null_entry; in ip6_pol_route()1238 rt = net->ipv6.ip6_null_entry; in __ip6_route_redirect()1240 rt = net->ipv6.ip6_null_entry; in __ip6_route_redirect()1244 if (rt == net->ipv6.ip6_null_entry) { in __ip6_route_redirect()1767 if (rt == net->ipv6.ip6_null_entry) { in __ip6_del_rt()1892 if (rt == net->ipv6.ip6_null_entry) { in rt6_do_redirect()[all …]
191 table->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_alloc_table()952 sfn->leaf = info->nl_net->ipv6.ip6_null_entry; in fib6_add()953 atomic_inc(&info->nl_net->ipv6.ip6_null_entry->rt6i_ref); in fib6_add()1020 pn->leaf = info->nl_net->ipv6.ip6_null_entry; in fib6_add()1211 return net->ipv6.ip6_null_entry; in fib6_find_prefix()1263 fn->leaf = net->ipv6.ip6_null_entry; in fib6_repair_tree()1403 if (!fn || rt == net->ipv6.ip6_null_entry) in fib6_del()1787 net->ipv6.fib6_main_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init()1798 net->ipv6.fib6_local_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry; in fib6_net_init()
54 struct rt6_info *ip6_null_entry; member