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

Go to the source code of this file.

Data Structures

struct  sbuff
 

Macros

#define S_SIZE   (1024 - (sizeof(unsigned int) + 1))
 

Functions

 if (likely(m->count< S_SIZE))
 
 printk_once (KERN_ERR KBUILD_MODNAME" please increase S_SIZE\n")
 

Variables

static const charf
 
static const char int len
 
m count = S_SIZE
 
 return
 

Macro Definition Documentation

#define S_SIZE   (1024 - (sizeof(unsigned int) + 1))

Definition at line 1 of file xt_log.h.

Function Documentation

if ( likely(m->count< S_SIZE )

Definition at line 14 of file xt_log.h.

printk_once ( KERN_ERR KBUILD_MODNAME" please increase S_SIZE\n )

Variable Documentation

m count = S_SIZE

Definition at line 23 of file xt_log.h.

const char* f

Definition at line 9 of file xt_log.h.

const char int len
Initial value:

Definition at line 10 of file xt_log.h.

return

Definition at line 25 of file xt_log.h.