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

#include <xfrm.h>

Data Fields

void(* advance )(struct xfrm_state *x, __be32 net_seq)
 
int(* check )(struct xfrm_state *x, struct sk_buff *skb, __be32 net_seq)
 
int(* recheck )(struct xfrm_state *x, struct sk_buff *skb, __be32 net_seq)
 
void(* notify )(struct xfrm_state *x, int event)
 
int(* overflow )(struct xfrm_state *x, struct sk_buff *skb)
 

Detailed Description

Definition at line 271 of file xfrm.h.

Field Documentation

void(* advance)(struct xfrm_state *x, __be32 net_seq)

Definition at line 272 of file xfrm.h.

Definition at line 273 of file xfrm.h.

Definition at line 279 of file xfrm.h.

int(* overflow)(struct xfrm_state *x, struct sk_buff *skb)

Definition at line 280 of file xfrm.h.

int(* recheck)(struct xfrm_state *x, struct sk_buff *skb, __be32 net_seq)

Definition at line 276 of file xfrm.h.


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