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

Go to the source code of this file.

Data Structures

struct  audit_sig_info
 
struct  audit_krule
 
struct  audit_field
 

Macros

#define AUDIT_TYPE_UNKNOWN   0 /* we don't know yet */
 
#define AUDIT_TYPE_NORMAL   1 /* a "normal" audit record */
 
#define AUDIT_TYPE_PARENT   2 /* a parent audit record */
 
#define AUDIT_TYPE_CHILD_DELETE   3 /* a child being deleted */
 
#define AUDIT_TYPE_CHILD_CREATE   4 /* a child being created */
 
#define audit_n_rules   0
 
#define audit_signals   0
 
#define audit_enabled   0
 

Functions

int __init audit_register_class (int class, unsigned *list)
 
int audit_classify_syscall (int abi, unsigned syscall)
 
int audit_classify_arch (int arch)
 

Variables

static gfp_t gfp_mask
 
static gfp_t int type
 
static gfp_t int const charfmt
 

Macro Definition Documentation

#define audit_enabled   0
#define audit_n_rules   0

Definition at line 387 of file audit.h.

#define audit_signals   0

Definition at line 388 of file audit.h.

#define AUDIT_TYPE_CHILD_CREATE   4 /* a child being created */

Definition at line 84 of file audit.h.

#define AUDIT_TYPE_CHILD_DELETE   3 /* a child being deleted */

Definition at line 83 of file audit.h.

#define AUDIT_TYPE_NORMAL   1 /* a "normal" audit record */

Definition at line 81 of file audit.h.

#define AUDIT_TYPE_PARENT   2 /* a parent audit record */

Definition at line 82 of file audit.h.

#define AUDIT_TYPE_UNKNOWN   0 /* we don't know yet */

Definition at line 80 of file audit.h.

Function Documentation

int audit_classify_arch ( int  arch)

Definition at line 31 of file audit.c.

int audit_classify_syscall ( int  abi,
unsigned  syscall 
)

Definition at line 36 of file audit.c.

int __init audit_register_class ( int  class,
unsigned *  list 
)

Definition at line 157 of file auditfilter.c.

Variable Documentation

Definition at line 441 of file audit.h.

gfp_t gfp_mask

Definition at line 441 of file audit.h.

Definition at line 441 of file audit.h.