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 cf85dc9dc420..37a086d71baf 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -1138,6 +1138,7 @@ extern int xfrm_init_state(struct xfrm_state *x); | |||
1138 | extern int xfrm_prepare_input(struct xfrm_state *x, struct sk_buff *skb); | 1138 | extern int xfrm_prepare_input(struct xfrm_state *x, struct sk_buff *skb); |
1139 | extern int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, | 1139 | extern int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, |
1140 | int encap_type); | 1140 | int encap_type); |
1141 | extern int xfrm_input_resume(struct sk_buff *skb, int nexthdr); | ||
1141 | extern int xfrm_output_resume(struct sk_buff *skb, int err); | 1142 | extern int xfrm_output_resume(struct sk_buff *skb, int err); |
1142 | extern int xfrm_output(struct sk_buff *skb); | 1143 | extern int xfrm_output(struct sk_buff *skb); |
1143 | extern int xfrm4_extract_header(struct sk_buff *skb); | 1144 | extern int xfrm4_extract_header(struct sk_buff *skb); |