Searched refs:tcph_off (Results 1 – 1 of 1) sorted by relevance
957 ssize_t tcph_off; /* Offset of TCP header */ member984 return (const struct tcphdr *)(tso->mbuf->m_data + tso->tcph_off); in tso_tcph()1067 tso->tcph_off = mbuf->m_pkthdr.l3hlen; in tso_start()1076 tso->tcph_off = tso->nh_off + 4 * tso_iph(tso)->ip_hl; in tso_start()1083 tso->tcph_off = tso->nh_off + sizeof(struct ip6_hdr); in tso_start()1089 __predict_false(tso->tcph_off > in tso_start()1095 KASSERT(mbuf->m_len >= tso->tcph_off, in tso_start()1098 if (mbuf->m_len < tso->tcph_off + offsetof(struct tcphdr, th_win)) { in tso_start()1099 m_copydata(tso->mbuf, tso->tcph_off, sizeof(th_copy), in tso_start()1105 tso->header_len = tso->tcph_off + 4 * th->th_off; in tso_start()[all …]