Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
tag_edsa.c File Reference
#include <linux/etherdevice.h>
#include <linux/list.h>
#include <linux/netdevice.h>
#include <linux/slab.h>
#include "dsa_priv.h"

Go to the source code of this file.

Macros

#define DSA_HLEN   4
 
#define EDSA_HLEN   8
 

Functions

netdev_tx_t edsa_xmit (struct sk_buff *skb, struct net_device *dev)
 

Variables

struct packet_type edsa_packet_type __read_mostly
 

Macro Definition Documentation

#define DSA_HLEN   4

Definition at line 17 of file tag_edsa.c.

#define EDSA_HLEN   8

Definition at line 18 of file tag_edsa.c.

Function Documentation

netdev_tx_t edsa_xmit ( struct sk_buff skb,
struct net_device dev 
)

Definition at line 20 of file tag_edsa.c.

Variable Documentation

Initial value:
= {
.func = edsa_rcv,
}

Definition at line 208 of file tag_edsa.c.