Searched refs:tcph_off (Results 1 – 1 of 1) sorted by relevance
963 ssize_t tcph_off; /* Offset of TCP header */ member990 return (const struct tcphdr *)(tso->mbuf->m_data + tso->tcph_off); in tso_tcph()1074 tso->tcph_off = mbuf->m_pkthdr.l3hlen; in tso_start()1083 tso->tcph_off = tso->nh_off + 4 * tso_iph(tso)->ip_hl; in tso_start()1090 tso->tcph_off = tso->nh_off + sizeof(struct ip6_hdr); in tso_start()1097 __predict_false(tso->tcph_off > in tso_start()1104 KASSERT(mbuf->m_len >= tso->tcph_off, in tso_start()1107 if (mbuf->m_len < tso->tcph_off + offsetof(struct tcphdr, th_win)) { in tso_start()1108 m_copydata(tso->mbuf, tso->tcph_off, sizeof(th_copy), in tso_start()1114 tso->header_len = tso->tcph_off + 4 * th->th_off; in tso_start()[all …]