1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * Copyright (c) 2007-2011 Nicira, Inc. 3 * Copyright (c) 2007-2011 Nicira, Inc. 4 */ 4 */ 5 5 6 #ifndef VPORT_INTERNAL_DEV_H 6 #ifndef VPORT_INTERNAL_DEV_H 7 #define VPORT_INTERNAL_DEV_H 1 7 #define VPORT_INTERNAL_DEV_H 1 8 8 9 #include "datapath.h" 9 #include "datapath.h" 10 #include "vport.h" 10 #include "vport.h" 11 11 12 int ovs_is_internal_dev(const struct net_devic 12 int ovs_is_internal_dev(const struct net_device *); 13 struct vport *ovs_internal_dev_get_vport(struc 13 struct vport *ovs_internal_dev_get_vport(struct net_device *); 14 int ovs_internal_dev_rtnl_link_register(void); 14 int ovs_internal_dev_rtnl_link_register(void); 15 void ovs_internal_dev_rtnl_link_unregister(voi 15 void ovs_internal_dev_rtnl_link_unregister(void); 16 16 17 #endif /* vport-internal_dev.h */ 17 #endif /* vport-internal_dev.h */ 18 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.