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 0eb390c205af..da588def3c61 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -1552,6 +1552,7 @@ int xfrm_state_walk(struct net *net, struct xfrm_state_walk *walk, | |||
1552 | int (*func)(struct xfrm_state *, int, void*), void *); | 1552 | int (*func)(struct xfrm_state *, int, void*), void *); |
1553 | void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net); | 1553 | void xfrm_state_walk_done(struct xfrm_state_walk *walk, struct net *net); |
1554 | struct xfrm_state *xfrm_state_alloc(struct net *net); | 1554 | struct xfrm_state *xfrm_state_alloc(struct net *net); |
1555 | void xfrm_state_free(struct xfrm_state *x); | ||
1555 | struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr, | 1556 | struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr, |
1556 | const xfrm_address_t *saddr, | 1557 | const xfrm_address_t *saddr, |
1557 | const struct flowi *fl, | 1558 | const struct flowi *fl, |