Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
br_device.c File Reference
#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)
 

Function Documentation

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.