Skip to content
Commit 9bbc768a authored by Jan Engelhardt's avatar Jan Engelhardt
Browse files

netfilter: ipv4: use NFPROTO values for NF_HOOK invocation



The semantic patch that was used:
// <smpl>
@@
@@
(NF_HOOK
|NF_HOOK_COND
|nf_hook
)(
-PF_INET,
+NFPROTO_IPV4,
 ...)
// </smpl>

Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
parent 713aefa3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment