diff options
Diffstat (limited to 'net/ipv4/xfrm4_state.c')
-rw-r--r-- | net/ipv4/xfrm4_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/xfrm4_state.c b/net/ipv4/xfrm4_state.c index 80292fbf221a..3b067e8b7bfe 100644 --- a/net/ipv4/xfrm4_state.c +++ b/net/ipv4/xfrm4_state.c | |||
@@ -74,6 +74,7 @@ static struct xfrm_state_afinfo xfrm4_state_afinfo = { | |||
74 | .output = xfrm4_output, | 74 | .output = xfrm4_output, |
75 | .extract_input = xfrm4_extract_input, | 75 | .extract_input = xfrm4_extract_input, |
76 | .extract_output = xfrm4_extract_output, | 76 | .extract_output = xfrm4_extract_output, |
77 | .transport_finish = xfrm4_transport_finish, | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | void __init xfrm4_state_init(void) | 80 | void __init xfrm4_state_init(void) |