Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ebt_vlan.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  ebt_vlan_info
 

Macros

#define EBT_VLAN_ID   0x01
 
#define EBT_VLAN_PRIO   0x02
 
#define EBT_VLAN_ENCAP   0x04
 
#define EBT_VLAN_MASK   (EBT_VLAN_ID | EBT_VLAN_PRIO | EBT_VLAN_ENCAP)
 
#define EBT_VLAN_MATCH   "vlan"
 

Macro Definition Documentation

#define EBT_VLAN_ENCAP   0x04

Definition at line 8 of file ebt_vlan.h.

#define EBT_VLAN_ID   0x01

Definition at line 6 of file ebt_vlan.h.

#define EBT_VLAN_MASK   (EBT_VLAN_ID | EBT_VLAN_PRIO | EBT_VLAN_ENCAP)

Definition at line 9 of file ebt_vlan.h.

#define EBT_VLAN_MATCH   "vlan"

Definition at line 10 of file ebt_vlan.h.

#define EBT_VLAN_PRIO   0x02

Definition at line 7 of file ebt_vlan.h.