Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2007-2011 Nicira, Inc.
0004  */
0005 
0006 #ifndef VPORT_INTERNAL_DEV_H
0007 #define VPORT_INTERNAL_DEV_H 1
0008 
0009 #include "datapath.h"
0010 #include "vport.h"
0011 
0012 int ovs_is_internal_dev(const struct net_device *);
0013 struct vport *ovs_internal_dev_get_vport(struct net_device *);
0014 int ovs_internal_dev_rtnl_link_register(void);
0015 void ovs_internal_dev_rtnl_link_unregister(void);
0016 
0017 #endif /* vport-internal_dev.h */