Lines Matching refs:doff
555 th->doff << 2, in __tcp_v4_send_check()
615 rep.th.doff = sizeof(struct tcphdr) / 4; in tcp_v4_send_reset()
623 skb->len - (th->doff << 2)); in tcp_v4_send_reset()
670 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_reset()
745 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_ack()
760 rep.th.doff = arg.iov[0].iov_len/4; in tcp_v4_send_ack()
1054 if (tcp_v4_md5_hash_pseudoheader(hp, daddr, saddr, th->doff << 2)) in tcp_v4_md5_hash_hdr()
1103 if (tcp_md5_hash_skb_data(hp, skb, th->doff << 2)) in tcp_v4_md5_hash_skb()
1453 if (th->doff < sizeof(struct tcphdr) / 4) in tcp_v4_early_demux()
1553 if (th->doff < sizeof(struct tcphdr) / 4) in tcp_v4_rcv()
1555 if (!pskb_may_pull(skb, th->doff * 4)) in tcp_v4_rcv()
1577 skb->len - th->doff * 4); in tcp_v4_rcv()