diff options
Diffstat (limited to 'net/ipv6/xfrm6_state.c')
-rw-r--r-- | net/ipv6/xfrm6_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/xfrm6_state.c b/net/ipv6/xfrm6_state.c index bb09e85a336d..00360b514e99 100644 --- a/net/ipv6/xfrm6_state.c +++ b/net/ipv6/xfrm6_state.c | |||
@@ -198,6 +198,7 @@ static struct xfrm_state_afinfo xfrm6_state_afinfo = { | |||
198 | .output = xfrm6_output, | 198 | .output = xfrm6_output, |
199 | .extract_input = xfrm6_extract_input, | 199 | .extract_input = xfrm6_extract_input, |
200 | .extract_output = xfrm6_extract_output, | 200 | .extract_output = xfrm6_extract_output, |
201 | .transport_finish = xfrm6_transport_finish, | ||
201 | }; | 202 | }; |
202 | 203 | ||
203 | void __init xfrm6_state_init(void) | 204 | void __init xfrm6_state_init(void) |