Home
last modified time | relevance | path

Searched refs:oehlen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c808 uint32_t oehlen, oiphlen, otcphlen, ohdrslen, opktlen, odatalen; in mac_sw_lso() local
899 oehlen = sizeof (struct ether_vlan_header); in mac_sw_lso()
901 oehlen = sizeof (struct ether_header); in mac_sw_lso()
903 ASSERT3U(MBLKL(omp), >=, (oehlen + sizeof (ipha_t) + sizeof (tcph_t))); in mac_sw_lso()
904 if (MBLKL(omp) < (oehlen + sizeof (ipha_t) + sizeof (tcph_t))) { in mac_sw_lso()
909 oiph = (ipha_t *)(omp->b_rptr + oehlen); in mac_sw_lso()
911 otcph = (tcph_t *)(omp->b_rptr + oehlen + oiphlen); in mac_sw_lso()
934 ohdrslen = oehlen + oiphlen + otcphlen; in mac_sw_lso()
1093 niph = (ipha_t *)(nhdrmp->b_rptr + oehlen); in mac_sw_lso()
1098 ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen); in mac_sw_lso()
[all …]