Home
last modified time | relevance | path

Searched refs:tb_node (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dfib_trie.c2713 struct hlist_node *tb_node; in fib_trie_seq_next() local
2725 while ((tb_node = rcu_dereference(hlist_next_rcu(&tb->tb_hlist)))) { in fib_trie_seq_next()
2726 tb = hlist_entry(tb_node, struct fib_table, tb_hlist); in fib_trie_seq_next()