Searched refs:fdb_node (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/vxlan/ |
| A D | vxlan_private.h | 43 struct hlist_node fdb_node; member
|
| A D | vxlan_core.c | 505 hlist_for_each_entry(f, &vxlan->fdb_list, fdb_node) { in vxlan_fdb_replay() 535 hlist_for_each_entry(f, &vxlan->fdb_list, fdb_node) { in vxlan_fdb_clear_offload() 888 hlist_add_head_rcu(&f->fdb_node, &vxlan->fdb_list); in vxlan_fdb_create() 952 hlist_del_init_rcu(&f->fdb_node); in vxlan_fdb_destroy() 1345 hlist_for_each_entry_rcu(f, &vxlan->fdb_list, fdb_node) { in vxlan_fdb_dump() 2827 hlist_for_each_entry_rcu(f, &vxlan->fdb_list, fdb_node) { in vxlan_cleanup() 2839 if (!hlist_unhashed(&f->fdb_node)) { in vxlan_cleanup() 3048 hlist_for_each_entry_rcu(f, &vxlan->fdb_list, fdb_node) { in vxlan_flush() 3053 if (hlist_unhashed(&f->fdb_node)) in vxlan_flush() 4860 if (!hlist_unhashed(&fdb->fdb_node)) in vxlan_fdb_nh_flush()
|
Completed in 16 milliseconds