Searched refs:tnode (Results 1 – 3 of 3) sorted by relevance
134 struct tnode { struct143 #define TNODE_SIZE(n) offsetof(struct tnode, kv[0].tnode[n]) argument305 struct tnode *n = container_of(head, struct tnode, rcu); in __node_free_rcu()351 struct tnode *kv; in leaf_new()375 struct tnode *tnode; in tnode_new() local381 if (!tnode) in tnode_new()392 tn = tnode->kv; in tnode_new()2448 iter->tnode = n; in fib_trie_get_next()2464 iter->tnode = pn; in fib_trie_get_next()2484 iter->tnode = n; in fib_trie_get_first()[all …]
29 .head_offset = offsetof(struct net_bridge_vlan, tnode),58 rhashtable_remove_fast(&vg->tunnel_hash, &vlan->tnode, in vlan_tunnel_info_del()83 err = rhashtable_lookup_insert_fast(&vg->tunnel_hash, &vlan->tnode, in __vlan_tunnel_info_add()
215 struct rhash_head tnode; member
Completed in 17 milliseconds