Searched refs:_dccph (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/security/ |
D | lsm_audit.c | 159 struct dccp_hdr _dccph, *dh; in ipv6_skb_to_auditdata() local 161 dh = skb_header_pointer(skb, offset, sizeof(_dccph), &_dccph); in ipv6_skb_to_auditdata()
|
/linux-3.4.99/security/selinux/ |
D | hooks.c | 3596 struct dccp_hdr _dccph, *dh; in selinux_parse_skb_ipv4() local 3602 dh = skb_header_pointer(skb, offset, sizeof(_dccph), &_dccph); in selinux_parse_skb_ipv4() 3673 struct dccp_hdr _dccph, *dh; in selinux_parse_skb_ipv6() local 3675 dh = skb_header_pointer(skb, offset, sizeof(_dccph), &_dccph); in selinux_parse_skb_ipv6()
|