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

Go to the source code of this file.

Data Structures

struct  xt_u32_location_element
 
struct  xt_u32_value_element
 
struct  xt_u32_test
 
struct  xt_u32
 

Macros

#define XT_U32_MAXSIZE   10
 

Enumerations

enum  xt_u32_ops { XT_U32_AND, XT_U32_LEFTSH, XT_U32_RIGHTSH, XT_U32_AT }
 

Macro Definition Documentation

#define XT_U32_MAXSIZE   10

Definition at line 27 of file xt_u32.h.

Enumeration Type Documentation

enum xt_u32_ops
Enumerator:
XT_U32_AND 
XT_U32_LEFTSH 
XT_U32_RIGHTSH 
XT_U32_AT 

Definition at line 6 of file xt_u32.h.