Searched defs:xfrm_replay (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | xfrm.h | 299 struct xfrm_replay { struct 300 void (*advance)(struct xfrm_state *x, __be32 net_seq); 301 int (*check)(struct xfrm_state *x, 304 int (*recheck)(struct xfrm_state *x, 307 void (*notify)(struct xfrm_state *x, int event); 308 int (*overflow)(struct xfrm_state *x, struct sk_buff *skb);
|
| /kernel/linux/linux-4.19/include/net/ |
| D | xfrm.h | 285 struct xfrm_replay { struct 286 void (*advance)(struct xfrm_state *x, __be32 net_seq); 287 int (*check)(struct xfrm_state *x, 290 int (*recheck)(struct xfrm_state *x, 293 void (*notify)(struct xfrm_state *x, int event); 294 int (*overflow)(struct xfrm_state *x, struct sk_buff *skb);
|