Searched refs:_tcph (Results 1 – 3 of 3) sorted by relevance
/security/ |
D | lsm_audit.c | 134 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local 136 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in ipv6_skb_to_auditdata()
|
/security/selinux/ |
D | hooks.c | 4400 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local 4406 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4() 4502 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local 4504 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
|
/security/smack/ |
D | smack_lsm.c | 3822 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local 3843 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()
|