Searched refs:tb6_hlist (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip6_fib.h159 struct hlist_node tb6_hlist; member in struct:fib6_table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c187 hlist_add_head_rcu(&tb->tb6_hlist, &net->ipv6.fib_table_hash[h]);
235 hlist_for_each_entry_rcu(tb, node, head, tb6_hlist) {
400 hlist_for_each_entry(tb, node, head, tb6_hlist) {
1396 hlist_for_each_entry_rcu(table, node, head, tb6_hlist) {

Completed in 38 milliseconds