[RFC PATCH 4/5] netlabel: Add SCTP support

2017-10-17 Thread Richard Haines
Add support to label SCTP associations and cater for a situation where family = PF_INET6 with an ip_hdr(skb)->version = 4. Signed-off-by: Richard Haines --- include/net/netlabel.h| 3 ++ net/netlabel/netlabel_kapi.c | 80 +++ net/netlabel/net

Re: [RFC PATCH 4/5] netlabel: Add SCTP support

2017-11-06 Thread Paul Moore
On Tue, Oct 17, 2017 at 9:58 AM, Richard Haines wrote: > Add support to label SCTP associations and cater for a situation where > family = PF_INET6 with an ip_hdr(skb)->version = 4. > > Signed-off-by: Richard Haines > --- > include/net/netlabel.h| 3 ++ > net/netlabel/netlabel_kapi.

Re: [RFC PATCH 4/5] netlabel: Add SCTP support

2017-11-13 Thread Richard Haines
On Mon, 2017-11-06 at 18:15 -0500, Paul Moore wrote: > On Tue, Oct 17, 2017 at 9:58 AM, Richard Haines > wrote: > > Add support to label SCTP associations and cater for a situation > > where > > family = PF_INET6 with an ip_hdr(skb)->version = 4. > > > > Signed-off-by: Richard Haines > > --- > >

Re: [RFC PATCH 4/5] netlabel: Add SCTP support

2017-11-13 Thread Paul Moore
On Mon, Nov 13, 2017 at 3:50 PM, Richard Haines wrote: > On Mon, 2017-11-06 at 18:15 -0500, Paul Moore wrote: >> On Tue, Oct 17, 2017 at 9:58 AM, Richard Haines >> wrote: >> > Add support to label SCTP associations and cater for a situation >> > where >> > family = PF_INET6 with an ip_hdr(skb)->v