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

#include <xfrm.h>

Data Fields

struct list_head list
 
charid
 
int(* notify )(struct xfrm_state *x, const struct km_event *c)
 
int(* acquire )(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp)
 
struct xfrm_policy *(* compile_policy )(struct sock *sk, int opt, u8 *data, int len, int *dir)
 
int(* new_mapping )(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport)
 
int(* notify_policy )(struct xfrm_policy *x, int dir, const struct km_event *c)
 
int(* report )(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr)
 
int(* migrate )(const struct xfrm_selector *sel, u8 dir, u8 type, const struct xfrm_migrate *m, int num_bundles, const struct xfrm_kmaddress *k)
 

Detailed Description

Definition at line 575 of file xfrm.h.

Field Documentation

Definition at line 579 of file xfrm.h.

struct xfrm_policy*(* compile_policy)(struct sock *sk, int opt, u8 *data, int len, int *dir)
read

Definition at line 580 of file xfrm.h.

char* id

Definition at line 577 of file xfrm.h.

Definition at line 576 of file xfrm.h.

Definition at line 584 of file xfrm.h.

int(* new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport)

Definition at line 581 of file xfrm.h.

Definition at line 578 of file xfrm.h.

int(* notify_policy)(struct xfrm_policy *x, int dir, const struct km_event *c)

Definition at line 582 of file xfrm.h.

Definition at line 583 of file xfrm.h.


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