Searched refs:_tcph (Results 1 – 3 of 3) sorted by relevance
/security/ |
D | lsm_audit.c | 137 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local 139 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in ipv6_skb_to_auditdata()
|
/security/selinux/ |
D | hooks.c | 3818 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local 3824 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4() 3903 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local 3905 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
|
/security/smack/ |
D | smack_lsm.c | 3867 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local 3888 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()
|