|
Linux Kernel
3.7.1
|
#include <linux/if_arp.h>#include <linux/if_bridge.h>#include <linux/if_vlan.h>#include <linux/kernel.h>#include <linux/llc.h>#include <linux/rtnetlink.h>#include <linux/skbuff.h>#include <net/llc.h>#include "datapath.h"#include "vport-internal_dev.h"#include "vport-netdev.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| const char * | ovs_netdev_get_name (const struct vport *vport) |
| int | ovs_netdev_get_ifindex (const struct vport *vport) |
| struct vport * | ovs_netdev_get_vport (struct net_device *dev) |
Variables | |
| struct vport_ops | ovs_netdev_vport_ops |
Definition at line 19 of file vport-netdev.c.
Definition at line 137 of file vport-netdev.c.
Definition at line 131 of file vport-netdev.c.
|
read |
Definition at line 182 of file vport-netdev.c.
Definition at line 191 of file vport-netdev.c.
1.8.2