selinux: pull address family directly from the request_sock struct
authorPaul Moore <pmoore@redhat.com>
Tue, 3 Dec 2013 16:39:13 +0000 (11:39 -0500)
committerPaul Moore <pmoore@redhat.com>
Wed, 4 Dec 2013 21:08:27 +0000 (16:08 -0500)
We don't need to inspect the packet to determine if the packet is an
IPv4 packet arriving on an IPv6 socket when we can query the
request_sock directly.

Signed-off-by: Paul Moore <pmoore@redhat.com>

No differences found