Re: [PATCH net-next 3/3] ipv6: Pass struct net into nf_ct_frag6_gather

2015-10-12 Thread Pablo Neira Ayuso
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 t

[PATCH net-next 3/3] ipv6: Pass struct net into nf_ct_frag6_gather

2015-10-09 Thread Eric W. Biederman
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 exp