diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/xfrm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 1dd20cf17982..3434fdc7de37 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -282,6 +282,8 @@ struct xfrm_type | |||
282 | __u8 flags; | 282 | __u8 flags; |
283 | #define XFRM_TYPE_NON_FRAGMENT 1 | 283 | #define XFRM_TYPE_NON_FRAGMENT 1 |
284 | #define XFRM_TYPE_REPLAY_PROT 2 | 284 | #define XFRM_TYPE_REPLAY_PROT 2 |
285 | #define XFRM_TYPE_LOCAL_COADDR 4 | ||
286 | #define XFRM_TYPE_REMOTE_COADDR 8 | ||
285 | 287 | ||
286 | int (*init_state)(struct xfrm_state *x); | 288 | int (*init_state)(struct xfrm_state *x); |
287 | void (*destructor)(struct xfrm_state *); | 289 | void (*destructor)(struct xfrm_state *); |
@@ -289,8 +291,6 @@ struct xfrm_type | |||
289 | int (*output)(struct xfrm_state *, struct sk_buff *pskb); | 291 | int (*output)(struct xfrm_state *, struct sk_buff *pskb); |
290 | int (*reject)(struct xfrm_state *, struct sk_buff *, struct flowi *); | 292 | int (*reject)(struct xfrm_state *, struct sk_buff *, struct flowi *); |
291 | int (*hdr_offset)(struct xfrm_state *, struct sk_buff *, u8 **); | 293 | int (*hdr_offset)(struct xfrm_state *, struct sk_buff *, u8 **); |
292 | xfrm_address_t *(*local_addr)(struct xfrm_state *, xfrm_address_t *); | ||
293 | xfrm_address_t *(*remote_addr)(struct xfrm_state *, xfrm_address_t *); | ||
294 | /* Estimate maximal size of result of transformation of a dgram */ | 294 | /* Estimate maximal size of result of transformation of a dgram */ |
295 | u32 (*get_mtu)(struct xfrm_state *, int size); | 295 | u32 (*get_mtu)(struct xfrm_state *, int size); |
296 | }; | 296 | }; |