Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/vxlan/
Dvxlan_multicast.c151 list_for_each_entry(vxlan, &vn->vxlan_list, next) { in vxlan_group_used()
Dvxlan_private.h21 struct list_head vxlan_list; member
Dvxlan_core.c3553 list_for_each_entry(tmp, &vn->vxlan_list, next) { in vxlan_vni_in_use()
3866 list_add(&vxlan->next, &vn->vxlan_list); in __vxlan_dev_create()
4507 list_for_each_entry_safe(vxlan, next, &vn->vxlan_list, next) { in vxlan_handle_lowerdev_unregister()
4712 INIT_LIST_HEAD(&vn->vxlan_list); in vxlan_init_net()
4733 list_for_each_entry_safe(vxlan, next, &vn->vxlan_list, next) { in vxlan_destroy_tunnels()