Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lsm_network_audit Struct Reference

#include <lsm_audit.h>

Data Fields

int netif
 
struct socksk
 
u16 family
 
__be16 dport
 
__be16 sport
 
union {
   struct {
      __be32   daddr
 
      __be32   saddr
 
   }   v4
 
   struct {
      struct in6_addr   daddr
 
      struct in6_addr   saddr
 
   }   v6
 
fam
 

Detailed Description

Definition at line 25 of file lsm_audit.h.

Field Documentation

__be32 daddr

Definition at line 33 of file lsm_audit.h.

Definition at line 37 of file lsm_audit.h.

__be16 dport

Definition at line 29 of file lsm_audit.h.

union { ... } fam
u16 family

Definition at line 28 of file lsm_audit.h.

int netif

Definition at line 26 of file lsm_audit.h.

__be32 saddr

Definition at line 34 of file lsm_audit.h.

Definition at line 38 of file lsm_audit.h.

struct sock* sk

Definition at line 27 of file lsm_audit.h.

__be16 sport

Definition at line 30 of file lsm_audit.h.

struct { ... } v4
struct { ... } v6

The documentation for this struct was generated from the following file: