commit | 128ad3322ba5de8fa346203c9931d1fdcab8da87 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri May 09 17:14:24 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 19 12:06:13 2014 +0200 |
tree | 08f7a8875209751e1638601761f29df6ab216137 | |
parent | 35151d840c60ce82692656c73bf6e5b922247ad2 [diff] |
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>