Lines Matching refs:tcphdr
271 tp->rx_opt.mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) - sizeof(struct ipv6hdr); in tcp_v6_connect()
324 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err()
550 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
589 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb()
638 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_inbound_md5_hash()
721 .mss_clamp = IPV6_MIN_MTU - sizeof(struct tcphdr) -
741 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response()
742 struct tcphdr *t1; in tcp_v6_send_response()
747 unsigned int tot_len = sizeof(struct tcphdr); in tcp_v6_send_response()
765 t1 = (struct tcphdr *) skb_push(buff, tot_len); in tcp_v6_send_response()
837 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset()
947 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_cookie_check()
1317 const struct tcphdr *th) in tcp_v6_fill_cb()
1349 const struct tcphdr *th; in tcp_v6_rcv()
1363 if (!pskb_may_pull(skb, sizeof(struct tcphdr))) in tcp_v6_rcv()
1368 if (th->doff < sizeof(struct tcphdr)/4) in tcp_v6_rcv()
1532 const struct tcphdr *th; in tcp_v6_early_demux()
1538 if (!pskb_may_pull(skb, skb_transport_offset(skb) + sizeof(struct tcphdr))) in tcp_v6_early_demux()
1544 if (th->doff < sizeof(struct tcphdr) / 4) in tcp_v6_early_demux()