Searched refs:_tcph (Results 1 – 3 of 3) sorted by relevance
| /security/ |
| A D | lsm_audit.c | 114 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local 116 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in ipv6_skb_to_auditdata()
|
| /security/selinux/ |
| A D | hooks.c | 4502 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local 4508 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4() 4588 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local 4590 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
|
| /security/smack/ |
| A D | smack_lsm.c | 4061 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local 4081 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()
|
Completed in 24 milliseconds