Home
last modified time | relevance | path

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

/drivers/net/vxlan/
A Dvxlan_mdb.c25 struct rhash_head rhnode; member
86 .head_offset = offsetof(struct vxlan_mdb_entry, rhnode),
1199 &mdb_entry->rhnode, in vxlan_mdb_entry_get()
1224 rhashtable_remove_fast(&vxlan->mdb_tbl, &mdb_entry->rhnode, in vxlan_mdb_entry_put()
A Dvxlan_private.h34 struct rhash_head rhnode; member
A Dvxlan_core.c68 .head_offset = offsetof(struct vxlan_fdb, rhnode),
882 rc = rhashtable_lookup_insert_fast(&vxlan->fdb_hash_tbl, &f->rhnode, in vxlan_fdb_create()
953 rhashtable_remove_fast(&vxlan->fdb_hash_tbl, &f->rhnode, in vxlan_fdb_destroy()

Completed in 799 milliseconds