Lines Matching refs:tcphdr
274 tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr); in tcp_v6_connect()
327 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err()
552 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
591 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb()
636 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_inbound_md5_hash()
717 .mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
738 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response()
739 struct tcphdr *t1; in tcp_v6_send_response()
744 unsigned int tot_len = sizeof(struct tcphdr); in tcp_v6_send_response()
762 t1 = (struct tcphdr *) skb_push(buff, tot_len); in tcp_v6_send_response()
834 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset()
943 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_hnd_req()
1338 const struct tcphdr *th) in tcp_v6_fill_cb()
1370 const struct tcphdr *th; in tcp_v6_rcv()
1384 if (!pskb_may_pull(skb, sizeof(struct tcphdr))) in tcp_v6_rcv()
1389 if (th->doff < sizeof(struct tcphdr)/4) in tcp_v6_rcv()
1520 const struct tcphdr *th; in tcp_v6_early_demux()
1526 if (!pskb_may_pull(skb, skb_transport_offset(skb) + sizeof(struct tcphdr))) in tcp_v6_early_demux()
1532 if (th->doff < sizeof(struct tcphdr) / 4) in tcp_v6_early_demux()