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

Data Fields

struct sock sk
 
int registered
 
int promisc
 
struct {
   uint8_t   msg_version
 
   uint32_t   msg_portid
 
   int(*   dump )(struct pfkey_sock *sk)
 
   void(*   done )(struct pfkey_sock *sk)
 
   union {
      struct xfrm_policy_walk   policy
 
      struct xfrm_state_walk   state
 
   }   u
 
   struct sk_buff *   skb
 
dump
 

Detailed Description

Definition at line 49 of file af_key.c.

Field Documentation

void(* done)(struct pfkey_sock *sk)

Definition at line 59 of file af_key.c.

int(* dump)(struct pfkey_sock *sk)

Definition at line 58 of file af_key.c.

struct { ... } dump
uint32_t msg_portid

Definition at line 57 of file af_key.c.

uint8_t msg_version

Definition at line 56 of file af_key.c.

Definition at line 61 of file af_key.c.

int promisc

Definition at line 53 of file af_key.c.

int registered

Definition at line 52 of file af_key.c.

Definition at line 51 of file af_key.c.

Definition at line 64 of file af_key.c.

Definition at line 62 of file af_key.c.

union { ... } u

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