Searched refs:tcph_off (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c717 ssize_t tcph_off; /* Offset of TCP header */ member in struct:sfxge_tso_state
737 return (const struct tcphdr *)(tso->mbuf->m_data + tso->tcph_off);
810 tso->tcph_off = tso->nh_off + 4 * tso_iph(tso)->ip_hl;
816 tso->tcph_off = tso->nh_off + sizeof(struct ip6_hdr);
820 tso->header_len = tso->tcph_off + 4 * tso_tcph(tso)->th_off;
933 tsoh_th = (struct tcphdr *)(header + tso->tcph_off);

Completed in 94 milliseconds