Re: [PATCH v3 nf-next 5/7] netfilter: add and use nf_ct_set helper

2017-01-23 Thread Jozsef Kadlecsik
On Mon, 23 Jan 2017, Florian Westphal wrote: > Jozsef Kadlecsik wrote: > > > > > --- a/net/netfilter/core.c > > > > > +++ b/net/netfilter/core.c > > > > > @@ -375,7 +375,7 @@ void nf_ct_attach(struct sk_buff *new, const > > > > > struct sk_buff *skb) > > > > > { > > >

Re: [PATCH v3 nf-next 5/7] netfilter: add and use nf_ct_set helper

2017-01-23 Thread Florian Westphal
Jozsef Kadlecsik wrote: > > > > --- a/net/netfilter/core.c > > > > +++ b/net/netfilter/core.c > > > > @@ -375,7 +375,7 @@ void nf_ct_attach(struct sk_buff *new, const struct > > > > sk_buff *skb) > > > > { > > > > void (*attach)(struct sk_buff *, const struct

Re: [PATCH v3 nf-next 5/7] netfilter: add and use nf_ct_set helper

2017-01-23 Thread Florian Westphal
Pablo Neira Ayuso wrote: > On Mon, Jan 23, 2017 at 01:28:48PM +0100, Florian Westphal wrote: > > diff --git a/net/netfilter/core.c b/net/netfilter/core.c > > index 0c629fdf90e1..ce6adfae521a 100644 > > --- a/net/netfilter/core.c > > +++ b/net/netfilter/core.c > > @@ -375,7

Re: [PATCH v3 nf-next 5/7] netfilter: add and use nf_ct_set helper

2017-01-23 Thread Pablo Neira Ayuso
On Mon, Jan 23, 2017 at 01:28:48PM +0100, Florian Westphal wrote: > diff --git a/net/netfilter/core.c b/net/netfilter/core.c > index 0c629fdf90e1..ce6adfae521a 100644 > --- a/net/netfilter/core.c > +++ b/net/netfilter/core.c > @@ -375,7 +375,7 @@ void nf_ct_attach(struct sk_buff *new, const struct