]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: remove skb and nlh from context structure
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 9 May 2014 15:14:24 +0000 (17:14 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 May 2014 10:06:13 +0000 (12:06 +0200)
commit569ee4bfd1da1a8393201b278b8f23751c06b2a2
tree08f7a8875209751e1638601761f29df6ab216137
parent4f670dcfeddbf4aa313f66a6fc06b6a237a7009f
netfilter: nf_tables: remove skb and nlh from context structure

Instead of caching the original skbuff that contains the netlink
messages, this stores the netlink message sequence number, the
netlink portID and the report flag. This helps to prepare the
introduction of the object release via call_rcu.

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