netfilter: conntrack: remove remaining l4proto indirect packet calls
authorFlorian Westphal <fw@strlen.de>
Tue, 15 Jan 2019 21:03:40 +0000 (22:03 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 18 Jan 2019 14:02:34 +0000 (15:02 +0100)
commit44fb87f6351d04fafae2b17df5f46f1ce22c6f93
tree89a33d4e9b4c678f34298694c4bd6a03d9ea61bc
parentb184356d0a003ac5e82b4adf37f2d334df1d213c
netfilter: conntrack: remove remaining l4proto indirect packet calls

Now that all l4trackers are builtin, no need to use a mix of direct and
indirect calls.
This removes the last two users: gre and the generic l4 protocol
tracker.

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_generic.c
net/netfilter/nf_conntrack_proto_gre.c