diff options
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 13488e7ba68c..9ebbdc1dd471 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -273,6 +273,7 @@ struct xfrm_type | |||
273 | void (*destructor)(struct xfrm_state *); | 273 | void (*destructor)(struct xfrm_state *); |
274 | int (*input)(struct xfrm_state *, struct sk_buff *skb); | 274 | int (*input)(struct xfrm_state *, struct sk_buff *skb); |
275 | int (*output)(struct xfrm_state *, struct sk_buff *pskb); | 275 | int (*output)(struct xfrm_state *, struct sk_buff *pskb); |
276 | int (*reject)(struct xfrm_state *, struct sk_buff *, struct flowi *); | ||
276 | int (*hdr_offset)(struct xfrm_state *, struct sk_buff *, u8 **); | 277 | int (*hdr_offset)(struct xfrm_state *, struct sk_buff *, u8 **); |
277 | xfrm_address_t *(*local_addr)(struct xfrm_state *, xfrm_address_t *); | 278 | xfrm_address_t *(*local_addr)(struct xfrm_state *, xfrm_address_t *); |
278 | xfrm_address_t *(*remote_addr)(struct xfrm_state *, xfrm_address_t *); | 279 | xfrm_address_t *(*remote_addr)(struct xfrm_state *, xfrm_address_t *); |