|
Linux Kernel
3.7.1
|
#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" |
| #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.
1.8.2