Lines Matching refs:tcphdr
309 tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr);
383 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset);
670 const struct tcphdr *th, int nbytes)
674 struct tcphdr *_th;
683 _th = (struct tcphdr *)(bp + 1);
695 const struct tcphdr *th)
733 const struct tcphdr *th = tcp_hdr(skb);
782 const struct tcphdr *th = tcp_hdr(skb);
869 .mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
890 const struct tcphdr *th = tcp_hdr(skb);
891 struct tcphdr *t1;
896 unsigned int tot_len = sizeof(struct tcphdr);
1008 const struct tcphdr *th = tcp_hdr(skb);
1165 const struct tcphdr *th = tcp_hdr(skb);
1174 struct tcphdr *th, u32 *cookie)
1582 const struct tcphdr *th)
1610 const struct tcphdr *th;
1625 if (!pskb_may_pull(skb, sizeof(struct tcphdr)))
1628 th = (const struct tcphdr *)skb->data;
1630 if (unlikely(th->doff < sizeof(struct tcphdr)/4))
1638 th = (const struct tcphdr *)skb->data;
1675 th = (const struct tcphdr *)skb->data;
1718 th = (const struct tcphdr *)skb->data;
1828 const struct tcphdr *th;
1834 if (!pskb_may_pull(skb, skb_transport_offset(skb) + sizeof(struct tcphdr)))
1840 if (th->doff < sizeof(struct tcphdr) / 4)