Searched refs:ip6 (Results 1 - 3 of 3) sorted by relevance

/security/
H A Dlsm_audit.c115 struct ipv6hdr *ip6; local
119 ip6 = ipv6_hdr(skb);
120 if (ip6 == NULL)
122 ad->u.net->v6info.saddr = ip6->saddr;
123 ad->u.net->v6info.daddr = ip6->daddr;
128 offset += sizeof(*ip6);
129 nexthdr = ip6->nexthdr;
/security/smack/
H A Dsmack_lsm.c3479 struct ipv6hdr *ip6; local
3488 ip6 = skb_header_pointer(skb, offset, sizeof(_ipv6h), &_ipv6h);
3489 if (ip6 == NULL)
3491 sip->sin6_addr = ip6->saddr;
3493 nexthdr = ip6->nexthdr;
/security/selinux/
H A Dhooks.c3867 struct ipv6hdr _ipv6h, *ip6; local
3871 ip6 = skb_header_pointer(skb, offset, sizeof(_ipv6h), &_ipv6h);
3872 if (ip6 == NULL)
3875 ad->u.net->v6info.saddr = ip6->saddr;
3876 ad->u.net->v6info.daddr = ip6->daddr;
3879 nexthdr = ip6->nexthdr;

Completed in 1012 milliseconds