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

/security/
H A Dlsm_audit.c116 u8 nexthdr; local
129 nexthdr = ip6->nexthdr;
130 offset = ipv6_skip_exthdr(skb, offset, &nexthdr, &frag_off);
134 *proto = nexthdr;
135 switch (nexthdr) {
/security/smack/
H A Dsmack_lsm.c3475 u8 nexthdr; local
3493 nexthdr = ip6->nexthdr;
3495 offset = ipv6_skip_exthdr(skb, offset, &nexthdr, &frag_off);
3499 proto = nexthdr;
/security/selinux/
H A Dhooks.c3865 u8 nexthdr; local
3879 nexthdr = ip6->nexthdr;
3881 offset = ipv6_skip_exthdr(skb, offset, &nexthdr, &frag_off);
3886 *proto = nexthdr;
3888 switch (nexthdr) {

Completed in 95 milliseconds