Searched refs:_tcph (Results 1 - 18 of 18) sorted by relevance

/net/netfilter/
H A Dxt_tcpmss.c32 struct tcphdr _tcph; local
35 u8 _opt[15 * 4 - sizeof(_tcph)];
39 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
H A Dxt_tcpudp.c68 struct tcphdr _tcph; local
88 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
110 if (th->doff * 4 < sizeof(_tcph)) {
115 th->doff*4 - sizeof(_tcph),
H A Dxt_ecn.c33 struct tcphdr _tcph; local
39 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
H A Dnf_conntrack_irc.c112 struct tcphdr _tcph; local
134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
H A Dnf_conntrack_sane.c68 struct tcphdr _tcph; local
84 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
H A Dnf_log_common.c59 struct tcphdr _tcph; local
69 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph);
H A Dxt_osf.c194 struct tcphdr _tcph; local
208 tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), &_tcph);
H A Dnf_conntrack_proto_tcp.c760 struct tcphdr _tcph; local
765 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph);
826 struct tcphdr _tcph; local
830 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph);
1079 struct tcphdr _tcph; local
1085 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph);
H A Dnf_conntrack_ftp.c392 struct tcphdr _tcph; local
413 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
H A Dnf_conntrack_pptp.c515 struct tcphdr _tcph; local
531 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph);
H A Dnf_conntrack_h323_main.c126 struct tcphdr _tcph; local
134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
H A Dnf_conntrack_sip.c1485 struct tcphdr *th, _tcph; local
1499 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph);
/net/ipv4/netfilter/
H A Dipt_ECN.c50 struct tcphdr _tcph, *tcph; local
54 tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph);
H A Dnf_nat_h323.c35 struct tcphdr _tcph; local
51 sizeof(_tcph), &_tcph);
/net/netfilter/ipset/
H A Dip_set_getport.c29 struct tcphdr _tcph; local
32 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph);
/net/netfilter/ipvs/
H A Dip_vs_sh.c284 struct tcphdr _tcph, *th; local
290 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph);
H A Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; local
44 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph);
550 struct tcphdr _tcph, *th; local
558 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph);
H A Dip_vs_core.c1005 struct tcphdr _tcph, *th; local
1007 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph);
1018 struct tcphdr _tcph, *th; local
1020 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph);

Completed in 189 milliseconds