// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2007-2012 Nicira, Inc. */ #include <linux/netdevice.h> #include <net/genetlink.h> #include <net/netns/generic.h> #include "datapath.h" #include "vport-internal_dev.h" #include "vport-netdev.h" static void dp_detach_port_notify(struct vport *vport) { … } void ovs_dp_notify_wq(struct work_struct *work) { … } static int dp_device_event(struct notifier_block *unused, unsigned long event, void *ptr) { … } struct notifier_block ovs_dp_device_notifier = …;