Searched refs:swdev_notify (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/vxlan/ |
H A D | vxlan_private.h | 187 u32 ifindex, bool swdev_notify); 195 bool swdev_notify, struct netlink_ext_ack *extack);
|
H A D | vxlan_core.c | 323 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify() argument 328 if (swdev_notify && rd) { in vxlan_fdb_notify() 947 bool do_notify, bool swdev_notify) in vxlan_fdb_destroy() argument 957 swdev_notify, NULL); in vxlan_fdb_destroy() 961 swdev_notify, NULL); in vxlan_fdb_destroy() 983 bool swdev_notify, in vxlan_fdb_update_existing() argument 1058 swdev_notify, extack); in vxlan_fdb_update_existing() 1082 bool swdev_notify, in vxlan_fdb_update_create() argument 1102 swdev_notify, extack); in vxlan_fdb_update_create() 1119 bool swdev_notify, in vxlan_fdb_update() argument [all …]
|