Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dfib_trie.c1124 struct trie *t = (struct trie *)tb->tb_data; in fib_table_insert()
1315 struct trie *t = (struct trie *) tb->tb_data; in fib_table_lookup()
1550 struct trie *t = (struct trie *) tb->tb_data; in fib_table_delete()
1677 struct trie *t = (struct trie *)tb->tb_data; in fib_trie_free()
1735 struct trie *ot = (struct trie *)oldtb->tb_data; in fib_trie_unmerge()
1742 if (oldtb->tb_data == oldtb->__data) in fib_trie_unmerge()
1749 lt = (struct trie *)local_tb->tb_data; in fib_trie_unmerge()
1794 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush_external()
1863 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush()
1951 struct trie *t = (struct trie *)tb->tb_data; in __fib_info_notify_update()
[all …]
/Linux-v5.4/include/net/
Dip_fib.h239 unsigned long *tb_data; member