Searched refs:_sctph (Results 1 – 2 of 2) sorted by relevance
/security/ |
D | lsm_audit.c | 167 struct sctphdr _sctph, *sh; in ipv6_skb_to_auditdata() local 169 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in ipv6_skb_to_auditdata()
|
/security/selinux/ |
D | hooks.c | 4449 struct sctphdr _sctph, *sh; in selinux_parse_skb_ipv4() local 4455 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in selinux_parse_skb_ipv4() 4539 struct sctphdr _sctph, *sh; in selinux_parse_skb_ipv6() local 4541 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in selinux_parse_skb_ipv6()
|