Lines Matching refs:tcphdr
306 tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr); in tcp_v6_connect()
380 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err()
667 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers()
671 struct tcphdr *_th; in tcp_v6_md5_hash_headers()
680 _th = (struct tcphdr *)(bp + 1); in tcp_v6_md5_hash_headers()
692 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
730 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb()
779 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_inbound_md5_hash()
866 .mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
887 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response()
888 struct tcphdr *t1; in tcp_v6_send_response()
893 unsigned int tot_len = sizeof(struct tcphdr); in tcp_v6_send_response()
1002 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset()
1159 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_cookie_check()
1168 struct tcphdr *th, u32 *cookie) in tcp_v6_get_syncookie()
1580 const struct tcphdr *th) in tcp_v6_fill_cb()
1608 const struct tcphdr *th; in tcp_v6_rcv()
1623 if (!pskb_may_pull(skb, sizeof(struct tcphdr))) in tcp_v6_rcv()
1626 th = (const struct tcphdr *)skb->data; in tcp_v6_rcv()
1628 if (unlikely(th->doff < sizeof(struct tcphdr)/4)) in tcp_v6_rcv()
1636 th = (const struct tcphdr *)skb->data; in tcp_v6_rcv()
1673 th = (const struct tcphdr *)skb->data; in tcp_v6_rcv()
1716 th = (const struct tcphdr *)skb->data; in tcp_v6_rcv()
1826 const struct tcphdr *th; in tcp_v6_early_demux()
1832 if (!pskb_may_pull(skb, skb_transport_offset(skb) + sizeof(struct tcphdr))) in tcp_v6_early_demux()
1838 if (th->doff < sizeof(struct tcphdr) / 4) in tcp_v6_early_demux()