Searched refs:vxlan_fdb_destroy (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 946 static void vxlan_fdb_destroy(struct vxlan_dev *vxlan, struct vxlan_fdb *f, in vxlan_fdb_destroy() function 1109 vxlan_fdb_destroy(vxlan, f, false, false); in vxlan_fdb_update_create() 1313 vxlan_fdb_destroy(vxlan, f, true, swdev_notify); in __vxlan_fdb_delete() 2861 vxlan_fdb_destroy(vxlan, f, true, true); in vxlan_cleanup() 2934 vxlan_fdb_destroy(vxlan, f, true, true); in vxlan_fdb_delete_default() 3092 vxlan_fdb_destroy(vxlan, f, true, true); in vxlan_flush() 4012 vxlan_fdb_destroy(vxlan, f, false, false); in __vxlan_dev_create() 4898 vxlan_fdb_destroy(vxlan, fdb, false, false); in vxlan_fdb_nh_flush()
|