netfilter: nf_flow_table: move init code to nf_flow_table_core.c
authorFelix Fietkau <nbd@nbd.name>
Mon, 26 Feb 2018 09:15:17 +0000 (10:15 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Apr 2018 08:28:45 +0000 (10:28 +0200)
commita268de77faf6881756b4943b287fd78ec05a7d1e
tree029acf1a0ad1d2a20509a9413a15545eba2fa195
parent1e80380b14681f229fc6bcd3d53f001f4fc0a463
netfilter: nf_flow_table: move init code to nf_flow_table_core.c

Reduces duplication of .gc and .params in flowtable type definitions and
makes the API clearer

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_flow_table.h
net/ipv4/netfilter/nf_flow_table_ipv4.c
net/ipv6/netfilter/nf_flow_table_ipv6.c
net/netfilter/nf_flow_table_core.c
net/netfilter/nf_flow_table_inet.c
net/netfilter/nf_tables_api.c