netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
xt_physdev.h File Reference
#include <linux/types.h>
Include dependency graph for xt_physdev.h:
This graph shows which files directly or indirectly include 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
#define XT_PHYSDEV_OP_IN   0x01
#define XT_PHYSDEV_OP_ISIN   0x08
#define XT_PHYSDEV_OP_ISOUT   0x10
#define XT_PHYSDEV_OP_MASK   (0x20 - 1)
#define XT_PHYSDEV_OP_OUT   0x02