_tcph              47 net/ipv4/netfilter/ipt_ECN.c 	struct tcphdr _tcph, *tcph;
_tcph              51 net/ipv4/netfilter/ipt_ECN.c 	tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph);
_tcph              34 net/ipv4/netfilter/nf_nat_h323.c 	struct tcphdr _tcph;
_tcph              50 net/ipv4/netfilter/nf_nat_h323.c 					sizeof(_tcph), &_tcph);
_tcph              30 net/netfilter/ipset/ip_set_getport.c 		struct tcphdr _tcph;
_tcph              33 net/netfilter/ipset/ip_set_getport.c 		th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph);
_tcph            1085 net/netfilter/ipvs/ip_vs_core.c 	struct tcphdr _tcph, *th;
_tcph            1087 net/netfilter/ipvs/ip_vs_core.c 	th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph);
_tcph            1098 net/netfilter/ipvs/ip_vs_core.c 		struct tcphdr _tcph, *th;
_tcph            1100 net/netfilter/ipvs/ip_vs_core.c 		th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph);
_tcph              41 net/netfilter/ipvs/ip_vs_proto_tcp.c 	struct tcphdr _tcph, *th;
_tcph              49 net/netfilter/ipvs/ip_vs_proto_tcp.c 		th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph);
_tcph             590 net/netfilter/ipvs/ip_vs_proto_tcp.c 	struct tcphdr _tcph, *th;
_tcph             598 net/netfilter/ipvs/ip_vs_proto_tcp.c 	th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph);
_tcph             380 net/netfilter/nf_conntrack_ftp.c 	struct tcphdr _tcph;
_tcph             401 net/netfilter/nf_conntrack_ftp.c 	th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
_tcph             125 net/netfilter/nf_conntrack_h323_main.c 	struct tcphdr _tcph;
_tcph             133 net/netfilter/nf_conntrack_h323_main.c 	th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
_tcph             112 net/netfilter/nf_conntrack_irc.c 	struct tcphdr _tcph;
_tcph             134 net/netfilter/nf_conntrack_irc.c 	th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
_tcph             522 net/netfilter/nf_conntrack_pptp.c 	struct tcphdr _tcph;
_tcph             546 net/netfilter/nf_conntrack_pptp.c 	tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph);
_tcph             850 net/netfilter/nf_conntrack_proto_tcp.c 	struct tcphdr _tcph;
_tcph             853 net/netfilter/nf_conntrack_proto_tcp.c 	th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph);
_tcph              69 net/netfilter/nf_conntrack_sane.c 	struct tcphdr _tcph;
_tcph              85 net/netfilter/nf_conntrack_sane.c 	th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
_tcph            1530 net/netfilter/nf_conntrack_sip.c 	struct tcphdr *th, _tcph;
_tcph            1544 net/netfilter/nf_conntrack_sip.c 	th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
_tcph              57 net/netfilter/nf_log_common.c 	struct tcphdr _tcph;
_tcph              67 net/netfilter/nf_log_common.c 	th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
_tcph             169 net/netfilter/nfnetlink_osf.c 						struct tcphdr *_tcph)
_tcph             173 net/netfilter/nfnetlink_osf.c 	tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), _tcph);
_tcph             208 net/netfilter/nfnetlink_osf.c 	struct tcphdr _tcph;
_tcph             212 net/netfilter/nfnetlink_osf.c 	tcp = nf_osf_hdr_ctx_init(&ctx, skb, ip, opts, &_tcph);
_tcph             269 net/netfilter/nfnetlink_osf.c 	struct tcphdr _tcph;
_tcph             273 net/netfilter/nfnetlink_osf.c 	tcp = nf_osf_hdr_ctx_init(&ctx, skb, ip, opts, &_tcph);
_tcph              76 net/netfilter/nft_flow_offload.c 	struct tcphdr _tcph, *tcph = NULL;
_tcph              94 net/netfilter/nft_flow_offload.c 					  sizeof(_tcph), &_tcph);
_tcph              29 net/netfilter/nft_osf.c 	struct tcphdr _tcph;
_tcph              32 net/netfilter/nft_osf.c 				 sizeof(struct tcphdr), &_tcph);
_tcph              48 net/netfilter/nft_synproxy.c 				 struct tcphdr *_tcph,
_tcph              79 net/netfilter/nft_synproxy.c 				 struct tcphdr *_tcph,
_tcph             114 net/netfilter/nft_synproxy.c 	struct tcphdr _tcph;
_tcph             128 net/netfilter/nft_synproxy.c 				 &_tcph);
_tcph             141 net/netfilter/nft_synproxy.c 		nft_synproxy_eval_v4(priv, regs, pkt, tcp, &_tcph, &opts);
_tcph             145 net/netfilter/nft_synproxy.c 		nft_synproxy_eval_v6(priv, regs, pkt, tcp, &_tcph, &opts);
_tcph              30 net/netfilter/xt_ecn.c 	struct tcphdr _tcph;
_tcph              36 net/netfilter/xt_ecn.c 	th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
_tcph              29 net/netfilter/xt_tcpmss.c 	struct tcphdr _tcph;
_tcph              32 net/netfilter/xt_tcpmss.c 	u8 _opt[15 * 4 - sizeof(_tcph)];
_tcph              36 net/netfilter/xt_tcpmss.c 	th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
_tcph              69 net/netfilter/xt_tcpudp.c 	struct tcphdr _tcph;
_tcph              87 net/netfilter/xt_tcpudp.c 	th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
_tcph             108 net/netfilter/xt_tcpudp.c 		if (th->doff * 4 < sizeof(_tcph)) {
_tcph             113 net/netfilter/xt_tcpudp.c 				     th->doff*4 - sizeof(_tcph),
_tcph             873 net/sched/sch_cake.c 	struct tcphdr _tcph;
_tcph             909 net/sched/sch_cake.c 	tcph = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
_tcph            1118 net/sched/sch_cake.c 	unsigned char _tcph[64], _tcph_check[64];
_tcph            1133 net/sched/sch_cake.c 	tcph = cake_get_tcphdr(skb, _tcph, sizeof(_tcph));
_tcph             134 security/lsm_audit.c 		struct tcphdr _tcph, *th;
_tcph             136 security/lsm_audit.c 		th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
_tcph            4199 security/selinux/hooks.c 		struct tcphdr _tcph, *th;
_tcph            4205 security/selinux/hooks.c 		th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
_tcph            4301 security/selinux/hooks.c 		struct tcphdr _tcph, *th;
_tcph            4303 security/selinux/hooks.c 		th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
_tcph            3785 security/smack/smack_lsm.c 	struct tcphdr _tcph, *th;
_tcph            3806 security/smack/smack_lsm.c 		th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);