From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH net-next 3/3] ipv6: Pass struct net into nf_ct_frag6_gather Date: Mon, 12 Oct 2015 22:12:18 +0200 Message-ID: <20151012201218.GB12460@salvia> References: <87bnca4aie.fsf_-_@x220.int.ebiederm.org> <1444416295-31683-3-git-send-email-ebiederm@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, Nicolas Dichtel To: "Eric W. Biederman" Return-path: Content-Disposition: inline In-Reply-To: <1444416295-31683-3-git-send-email-ebiederm@xmission.com> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Fri, Oct 09, 2015 at 01:44:55PM -0500, Eric W. Biederman wrote: > The function nf_ct_frag6_gather is called on both the input and the > output paths of the networking stack. In particular ipv6_defrag which > calls nf_ct_frag6_gather is called from both the the PRE_ROUTING chain > on input and the LOCAL_OUT chain on output. > > The addition of a net parameter makes it explicit which network > namespace the packets are being reassembled in, and removes the need > for nf_ct_frag6_gather to guess. For the netfilter chunk: Acked-by: Pablo Neira Ayuso