diff options
Diffstat (limited to 'net/ipv4/xfrm4_input.c')
-rw-r--r-- | net/ipv4/xfrm4_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c index f9f922a0ba88..c3969e0f96c3 100644 --- a/net/ipv4/xfrm4_input.c +++ b/net/ipv4/xfrm4_input.c | |||
@@ -60,7 +60,7 @@ int xfrm4_transport_finish(struct sk_buff *skb, int async) | |||
60 | iph->tot_len = htons(skb->len); | 60 | iph->tot_len = htons(skb->len); |
61 | ip_send_check(iph); | 61 | ip_send_check(iph); |
62 | 62 | ||
63 | NF_HOOK(PF_INET, NF_INET_PRE_ROUTING, skb, skb->dev, NULL, | 63 | NF_HOOK(NFPROTO_IPV4, NF_INET_PRE_ROUTING, skb, skb->dev, NULL, |
64 | xfrm4_rcv_encap_finish); | 64 | xfrm4_rcv_encap_finish); |
65 | return 0; | 65 | return 0; |
66 | } | 66 | } |