aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-02-26 10:15:20 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-24 10:28:52 +0200
commit6bdc3c68d94c5d6adc675ee55361962e9dd2489d (patch)
treed46ad9da28c6d883883ca80de8a882e7d6dbec4c /net/netfilter
parentnetfilter: nf_flow_table: track flow tables in nf_flow_table directly (diff)
downloadlinux-dev-6bdc3c68d94c5d6adc675ee55361962e9dd2489d.tar.xz
linux-dev-6bdc3c68d94c5d6adc675ee55361962e9dd2489d.zip
netfilter: nf_flow_table: make flow_offload_dead inline
It is too trivial to keep as a separate exported function Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/nf_flow_table_core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/netfilter/nf_flow_table_core.c b/net/netfilter/nf_flow_table_core.c
index e761359b56a9..0d38f20fd226 100644
--- a/net/netfilter/nf_flow_table_core.c
+++ b/net/netfilter/nf_flow_table_core.c
@@ -113,12 +113,6 @@ void flow_offload_free(struct flow_offload *flow)
}
EXPORT_SYMBOL_GPL(flow_offload_free);
-void flow_offload_dead(struct flow_offload *flow)
-{
- flow->flags |= FLOW_OFFLOAD_DYING;
-}
-EXPORT_SYMBOL_GPL(flow_offload_dead);
-
static u32 flow_offload_hash(const void *data, u32 len, u32 seed)
{
const struct flow_offload_tuple *tuple = data;