Searched refs:swdev_notify (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/vxlan/ |
H A D | vxlan_private.h | 190 u32 ifindex, bool swdev_notify); 198 bool swdev_notify, struct netlink_ext_ack *extack);
|
H A D | vxlan_core.c | 329 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify() argument 334 if (swdev_notify && rd) { in vxlan_fdb_notify() 935 bool do_notify, bool swdev_notify) in vxlan_fdb_destroy() argument 945 swdev_notify, NULL); in vxlan_fdb_destroy() 949 swdev_notify, NULL); in vxlan_fdb_destroy() 973 bool swdev_notify, in vxlan_fdb_update_existing() argument 1047 swdev_notify, extack); in vxlan_fdb_update_existing() 1071 bool swdev_notify, in vxlan_fdb_update_create() argument 1090 swdev_notify, extack); in vxlan_fdb_update_create() 1107 bool swdev_notify, in vxlan_fdb_update() argument [all …]
|
/linux/net/bridge/ |
H A D | br_private.h | 876 bool locked, bool swdev_notify); 879 bool swdev_notify);
|