| /linux/net/netfilter/ipset/ |
| H A D | ip_set_getport.c | 30 struct tcphdr _tcph; in get_port() local 33 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph); in get_port()
|
| /linux/net/ipv4/netfilter/ |
| H A D | ipt_ECN.c | 47 struct tcphdr _tcph, *tcph; in set_ect_tcp() local 51 tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in set_ect_tcp()
|
| /linux/net/netfilter/ |
| H A D | xt_ecn.c | 30 struct tcphdr _tcph; in match_tcp() local 40 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
|
| H A D | xt_tcpudp.c | 74 struct tcphdr _tcph; in tcp_mt() local 92 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt() 113 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt() 118 th->doff*4 - sizeof(_tcph), in tcp_mt()
|
| H A D | nft_osf.c | 29 struct tcphdr _tcph; in nft_osf_eval() local 42 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
|
| H A D | nft_payload.c | 86 struct tcphdr *th, _tcph; in __nft_payload_inner_offset() local 88 th = skb_header_pointer(pkt->skb, thoff, sizeof(_tcph), &_tcph); in __nft_payload_inner_offset()
|
| H A D | nf_conntrack_sip.c | 1661 struct tcphdr *th, _tcph; in sip_help_tcp() local 1676 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in sip_help_tcp()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto_tcp.c | 41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local 49 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in tcp_conn_schedule() 584 struct tcphdr _tcph, *th; in tcp_state_transition() local 592 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph); in tcp_state_transition()
|
| H A D | ip_vs_core.c | 1244 struct tcphdr _tcph, *th; in is_tcp_reset() local 1246 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph); in is_tcp_reset() 1257 struct tcphdr _tcph, *th; in is_new_conn() local 1259 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in is_new_conn()
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 975 struct tcphdr _tcph; in cake_get_tcphdr() local 1011 tcph = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in cake_get_tcphdr() 1224 unsigned char _tcph[64], _tcph_check[64]; in cake_ack_filter() local 1239 tcph = cake_get_tcphdr(skb, _tcph, sizeof(_tcph)); in cake_ack_filter()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 4637 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() 4643 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4() 4723 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() 4725 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6() 4641 struct tcphdr _tcph, *th; selinux_parse_skb_ipv4() local 4727 struct tcphdr _tcph, *th; selinux_parse_skb_ipv6() local
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 4149 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() 4169 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6() 4154 struct tcphdr _tcph, *th; smk_skb_to_addr_ipv6() local
|