Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
vport-netdev.h File Reference
#include <linux/netdevice.h>
#include "vport.h"

Go to the source code of this file.

Data Structures

struct  netdev_vport
 

Functions

struct vportovs_netdev_get_vport (struct net_device *dev)
 
const charovs_netdev_get_name (const struct vport *)
 
const charovs_netdev_get_config (const struct vport *)
 
int ovs_netdev_get_ifindex (const struct vport *)
 

Function Documentation

const char* ovs_netdev_get_config ( const struct vport )
int ovs_netdev_get_ifindex ( const struct vport )

Definition at line 137 of file vport-netdev.c.

const char* ovs_netdev_get_name ( const struct vport )

Definition at line 131 of file vport-netdev.c.

struct vport* ovs_netdev_get_vport ( struct net_device dev)
read

Definition at line 182 of file vport-netdev.c.