diff options
-rw-r--r-- | include/net/xfrm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 5d5580ac0101..a419a4372e21 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -1310,7 +1310,6 @@ extern int xfrm_alloc_spi(struct xfrm_state *x, u32 minspi, u32 maxspi); | |||
1310 | struct xfrm_state * xfrm_find_acq(u8 mode, u32 reqid, u8 proto, | 1310 | struct xfrm_state * xfrm_find_acq(u8 mode, u32 reqid, u8 proto, |
1311 | xfrm_address_t *daddr, xfrm_address_t *saddr, | 1311 | xfrm_address_t *daddr, xfrm_address_t *saddr, |
1312 | int create, unsigned short family); | 1312 | int create, unsigned short family); |
1313 | extern int xfrm_policy_flush(u8 type, struct xfrm_audit *audit_info); | ||
1314 | extern int xfrm_sk_policy_insert(struct sock *sk, int dir, struct xfrm_policy *pol); | 1313 | extern int xfrm_sk_policy_insert(struct sock *sk, int dir, struct xfrm_policy *pol); |
1315 | extern int xfrm_bundle_ok(struct xfrm_policy *pol, struct xfrm_dst *xdst, | 1314 | extern int xfrm_bundle_ok(struct xfrm_policy *pol, struct xfrm_dst *xdst, |
1316 | struct flowi *fl, int family, int strict); | 1315 | struct flowi *fl, int family, int strict); |