]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_conntrack: pass template to l4proto ->error() handler
authorPatrick McHardy <kaber@trash.net>
Mon, 15 Feb 2010 16:45:08 +0000 (17:45 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 15 Feb 2010 16:45:08 +0000 (17:45 +0100)
commit190e95ecaa0422a17598a850112ca0ef089c1390
treec9f3936e346e388629e735538849b2102162478a
parent1ac9c81bcf2ab14ddba4040e462b9a8d79158d6c
netfilter: nf_conntrack: pass template to l4proto ->error() handler

The error handlers might need the template to get the conntrack zone
introduced in the next patches to perform a conntrack lookup.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_conntrack_l4proto.h
net/ipv4/netfilter/nf_conntrack_proto_icmp.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_proto_dccp.c
net/netfilter/nf_conntrack_proto_tcp.c
net/netfilter/nf_conntrack_proto_udp.c
net/netfilter/nf_conntrack_proto_udplite.c