From: Paul Moore Date: Tue, 29 Jan 2008 13:38:04 +0000 (-0500) Subject: NetLabel: Add IP address family information to the netlbl_skbuff_getattr() function X-Git-Tag: v2.6.25-rc1~1136^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e22910cf0c26802b09dac2e34c13e648d3ed02;p=pandora-kernel.git NetLabel: Add IP address family information to the netlbl_skbuff_getattr() function In order to do any sort of IP header inspection of incoming packets we need to know which address family, AF_INET/AF_INET6/etc., it belongs to and since the sk_buff structure does not store this information we need to pass along the address family separate from the packet itself. Signed-off-by: Paul Moore Signed-off-by: James Morris --- Reading git-diff-tree failed