Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c2670 struct hlist_node *tb_node; in fib_trie_seq_next() local
2682 while ((tb_node = rcu_dereference(hlist_next_rcu(&tb->tb_hlist)))) { in fib_trie_seq_next()
2683 tb = hlist_entry(tb_node, struct fib_table, tb_hlist); in fib_trie_seq_next()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c2712 struct hlist_node *tb_node; in fib_trie_seq_next() local
2724 while ((tb_node = rcu_dereference(hlist_next_rcu(&tb->tb_hlist)))) { in fib_trie_seq_next()
2725 tb = hlist_entry(tb_node, struct fib_table, tb_hlist); in fib_trie_seq_next()

Completed in 8 milliseconds