commit | 46448d0093ba18a212e314fd9ea029e740baa476 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Sep 18 14:33:00 2015 -0500 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Sep 18 21:58:38 2015 +0200 |
tree | 3c945149247b7704c64fdc1bd910c50ab57ae65a | |
parent | 686c9b50809dc80cba7c2e9f809471ab40bae735 [diff] |
netfilter: nf_tables: Pass struct net in nft_pktinfo nft_pktinfo is passed on the stack so this does not bloat any in core data structures. By centrally computing this information this makes maintence of the code simpler, and understading of the code easier. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>