[PATCH 12/15] netfilter: nf_conntrack: push zone object into functions

2015-08-20 Thread Pablo Neira Ayuso
From: Daniel Borkmann dan...@iogearbox.net This patch replaces the zone id which is pushed down into functions with the actual zone object. It's a bigger one-time change, but needed for later on extending zones with a direction parameter, and thus decoupling this additional information from all

[PATCH 12/15] netfilter: nf_conntrack: push zone object into functions

2015-08-19 Thread Pablo Neira Ayuso
From: Daniel Borkmann dan...@iogearbox.net This patch replaces the zone id which is pushed down into functions with the actual zone object. It's a bigger one-time change, but needed for later on extending zones with a direction parameter, and thus decoupling this additional information from all