|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/netpoll.h>#include <linux/etherdevice.h>#include <linux/ethtool.h>#include <linux/list.h>#include <linux/netfilter_bridge.h>#include <asm/uaccess.h>#include "br_private.h"Go to the source code of this file.
Functions | |
| netdev_tx_t | br_dev_xmit (struct sk_buff *skb, struct net_device *dev) |
| void | br_dev_setup (struct net_device *dev) |
| void br_dev_setup | ( | struct net_device * | dev | ) |
Definition at line 330 of file br_device.c.
| netdev_tx_t br_dev_xmit | ( | struct sk_buff * | skb, |
| struct net_device * | dev | ||
| ) |
Definition at line 26 of file br_device.c.
1.8.2