aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-03-23 04:07:21 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-03-25 16:00:29 +0100
commit713aefa3fb3929ce36305d4d1b7b4059d87ed115 (patch)
treed73b898fa5920b434bffd60dce669c48758a2b5d /net/ipv4/ip_input.c
parentnetfilter: xt_recent: allow changing ip_list_[ug]id at runtime (diff)
downloadlinux-dev-713aefa3fb3929ce36305d4d1b7b4059d87ed115.tar.xz
linux-dev-713aefa3fb3929ce36305d4d1b7b4059d87ed115.zip
netfilter: bridge: use NFPROTO values for NF_HOOK invocation
The first argument to NF_HOOK* is an nfproto since quite some time. Commit v2.6.27-2457-gfdc9314 was the first to practically start using the new names. Do that now for the remaining NF_HOOK calls. The semantic patch used was: // <smpl> @@ @@ (NF_HOOK |NF_HOOK_THRESH )( -PF_BRIDGE, +NFPROTO_BRIDGE, ...) @@ @@ NF_HOOK( -PF_INET6, +NFPROTO_IPV6, ...) @@ @@ NF_HOOK( -PF_INET, +NFPROTO_IPV4, ...) // </smpl> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions