Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
vport-internal_dev.c File Reference
#include <linux/hardirq.h>
#include <linux/if_vlan.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/skbuff.h>
#include <net/dst.h>
#include <net/xfrm.h>
#include "datapath.h"
#include "vport-internal_dev.h"
#include "vport-netdev.h"

Go to the source code of this file.

Data Structures

struct  internal_dev
 

Functions

int ovs_is_internal_dev (const struct net_device *netdev)
 
struct vportovs_internal_dev_get_vport (struct net_device *netdev)
 

Variables

struct vport_ops ovs_internal_vport_ops
 

Function Documentation

struct vport* ovs_internal_dev_get_vport ( struct net_device netdev)
read

Definition at line 248 of file vport-internal_dev.c.

int ovs_is_internal_dev ( const struct net_device netdev)

Definition at line 243 of file vport-internal_dev.c.

Variable Documentation

struct vport_ops ovs_internal_vport_ops
Initial value:
= {
.create = internal_dev_create,
.destroy = internal_dev_destroy,
.get_name = ovs_netdev_get_name,
.get_ifindex = ovs_netdev_get_ifindex,
.send = internal_dev_recv,
}

Definition at line 234 of file vport-internal_dev.c.