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

Go to the source code of this file.

Data Structures

struct  xt_physdev_info
 

Macros

#define XT_PHYSDEV_OP_IN   0x01
 
#define XT_PHYSDEV_OP_OUT   0x02
 
#define XT_PHYSDEV_OP_BRIDGED   0x04
 
#define XT_PHYSDEV_OP_ISIN   0x08
 
#define XT_PHYSDEV_OP_ISOUT   0x10
 
#define XT_PHYSDEV_OP_MASK   (0x20 - 1)
 

Macro Definition Documentation

#define XT_PHYSDEV_OP_BRIDGED   0x04

Definition at line 9 of file xt_physdev.h.

#define XT_PHYSDEV_OP_IN   0x01

Definition at line 7 of file xt_physdev.h.

#define XT_PHYSDEV_OP_ISIN   0x08

Definition at line 10 of file xt_physdev.h.

#define XT_PHYSDEV_OP_ISOUT   0x10

Definition at line 11 of file xt_physdev.h.

#define XT_PHYSDEV_OP_MASK   (0x20 - 1)

Definition at line 12 of file xt_physdev.h.

#define XT_PHYSDEV_OP_OUT   0x02

Definition at line 8 of file xt_physdev.h.