Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_trie.c1023 t = (struct trie *)tb->tb_data; in fib_find_matching_alias()
1197 struct trie *t = (struct trie *)tb->tb_data; in fib_table_insert()
1423 struct trie *t = (struct trie *) tb->tb_data; in fib_table_lookup()
1691 struct trie *t = (struct trie *) tb->tb_data; in fib_table_delete()
1816 struct trie *t = (struct trie *)tb->tb_data; in fib_trie_free()
1874 struct trie *ot = (struct trie *)oldtb->tb_data; in fib_trie_unmerge()
1881 if (oldtb->tb_data == oldtb->__data) in fib_trie_unmerge()
1888 lt = (struct trie *)local_tb->tb_data; in fib_trie_unmerge()
1933 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush_external()
2002 struct trie *t = (struct trie *)tb->tb_data; in fib_table_flush()
[all …]
/linux/drivers/usb/typec/mux/
H A Dps883x.c105 struct typec_thunderbolt_data *tb_data; in ps883x_set() local
133 tb_data = state->data; in ps883x_set()
138 if (tb_data->cable_mode & TBT_CABLE_ACTIVE_PASSIVE) in ps883x_set()
141 if (tb_data->enter_vdo & TBT_ENTER_MODE_UNI_DIR_LSRX) in ps883x_set()
/linux/include/net/
H A Dip_fib.h262 unsigned long *tb_data; member