Lines Matching refs:tcphdr

88 			       __be32 daddr, __be32 saddr, const struct tcphdr *th);
476 struct tcphdr *th = (struct tcphdr *)(skb->data + (iph->ihl << 2));
639 struct tcphdr *th = tcp_hdr(skb);
643 skb->csum_offset = offsetof(struct tcphdr, check);
670 const struct tcphdr *th = tcp_hdr(skb);
672 struct tcphdr th;
703 rep.th.doff = sizeof(struct tcphdr) / 4;
786 arg.csumoffset = offsetof(struct tcphdr, check) / 2;
846 const struct tcphdr *th = tcp_hdr(skb);
848 struct tcphdr th;
860 memset(&rep.th, 0, sizeof(struct tcphdr));
903 arg.csumoffset = offsetof(struct tcphdr, check) / 2;
1296 const struct tcphdr *th, int nbytes)
1300 struct tcphdr *_th;
1309 _th = (struct tcphdr *)(bp + 1);
1320 __be32 daddr, __be32 saddr, const struct tcphdr *th)
1356 const struct tcphdr *th = tcp_hdr(skb);
1416 const struct tcphdr *th = tcp_hdr(skb);
1654 const struct tcphdr *th = tcp_hdr(skb);
1663 struct tcphdr *th, u32 *cookie)
1753 const struct tcphdr *th;
1759 if (!pskb_may_pull(skb, skb_transport_offset(skb) + sizeof(struct tcphdr)))
1765 if (th->doff < sizeof(struct tcphdr) / 4)
1792 const struct tcphdr *th;
1793 struct tcphdr *thtail;
1822 th = (const struct tcphdr *)skb->data;
1828 thtail = (struct tcphdr *)tail->data;
1913 struct tcphdr *th = (struct tcphdr *)skb->data;
1926 const struct tcphdr *th)
1958 const struct tcphdr *th;
1969 if (!pskb_may_pull(skb, sizeof(struct tcphdr)))
1972 th = (const struct tcphdr *)skb->data;
1974 if (unlikely(th->doff < sizeof(struct tcphdr) / 4))
1987 th = (const struct tcphdr *)skb->data;
2026 th = (const struct tcphdr *)skb->data;
2072 th = (const struct tcphdr *)skb->data;