OSDN Git Service

netfilter: nf_flow_table: move priority to struct nf_flowtable
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 16 Oct 2019 12:23:55 +0000 (14:23 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 23 Oct 2019 11:01:03 +0000 (13:01 +0200)
commit71a8a63b9dbdeba8205a37979b81d4fba499d079
tree682f758a210025236b02037c936535a26ebcfcc9
parent0a9b338500730ab1c40c9303cc8df00b82e0292c
netfilter: nf_flow_table: move priority to struct nf_flowtable

Hardware offload needs access to the priority field, store this field in
the nf_flowtable object.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_flow_table.h
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c