Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
xt_LOG.h File Reference

Go to the source code of this file.

Data Structures

struct  xt_log_info
 

Macros

#define XT_LOG_TCPSEQ   0x01 /* Log TCP sequence numbers */
 
#define XT_LOG_TCPOPT   0x02 /* Log TCP options */
 
#define XT_LOG_IPOPT   0x04 /* Log IP options */
 
#define XT_LOG_UID   0x08 /* Log UID owning local socket */
 
#define XT_LOG_NFLOG   0x10 /* Unsupported, don't reuse */
 
#define XT_LOG_MACDECODE   0x20 /* Decode MAC header */
 
#define XT_LOG_MASK   0x2f
 

Macro Definition Documentation

#define XT_LOG_IPOPT   0x04 /* Log IP options */

Definition at line 7 of file xt_LOG.h.

#define XT_LOG_MACDECODE   0x20 /* Decode MAC header */

Definition at line 10 of file xt_LOG.h.

#define XT_LOG_MASK   0x2f

Definition at line 11 of file xt_LOG.h.

#define XT_LOG_NFLOG   0x10 /* Unsupported, don't reuse */

Definition at line 9 of file xt_LOG.h.

#define XT_LOG_TCPOPT   0x02 /* Log TCP options */

Definition at line 6 of file xt_LOG.h.

#define XT_LOG_TCPSEQ   0x01 /* Log TCP sequence numbers */

Definition at line 5 of file xt_LOG.h.

#define XT_LOG_UID   0x08 /* Log UID owning local socket */

Definition at line 8 of file xt_LOG.h.