diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index a29d78d3f44c..78f98fe084eb 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3537,7 +3537,7 @@ static int selinux_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) | |||
3537 | goto out; | 3537 | goto out; |
3538 | 3538 | ||
3539 | /* Handle mapped IPv4 packets arriving via IPv6 sockets */ | 3539 | /* Handle mapped IPv4 packets arriving via IPv6 sockets */ |
3540 | if (family == PF_INET6 && skb->protocol == ntohs(ETH_P_IP)) | 3540 | if (family == PF_INET6 && skb->protocol == htons(ETH_P_IP)) |
3541 | family = PF_INET; | 3541 | family = PF_INET; |
3542 | 3542 | ||
3543 | AVC_AUDIT_DATA_INIT(&ad, NET); | 3543 | AVC_AUDIT_DATA_INIT(&ad, NET); |