netfilter: conntrack: handle icmp pkt_to_tuple helper via direct calls
authorFlorian Westphal <fw@strlen.de>
Tue, 15 Jan 2019 21:03:33 +0000 (22:03 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 18 Jan 2019 14:02:33 +0000 (15:02 +0100)
commite2e48b471634faa6958718c27208d366b13fe878
treea4f6d1ced3b29a5546115f19b99cf12e56edd6e9
parenta47c5404816254d6cc4787f335c4720066a538e6
netfilter: conntrack: handle icmp pkt_to_tuple helper via direct calls

rather than handling them via indirect call, use a direct one instead.
This leaves GRE as the last user of this indirect call facility.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_conntrack_l4proto.h
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_proto_icmp.c
net/netfilter/nf_conntrack_proto_icmpv6.c