Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c910 oiphlen = IPH_HDR_LENGTH(oiph); 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()
1095 niph->ipha_length = htons(oiphlen + otcphlen + mss); in mac_sw_lso()
1098 ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen); in mac_sw_lso()
1150 (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen), uint_t, mss, in mac_sw_lso()
1185 niph->ipha_length = htons(oiphlen + otcphlen + mss); in mac_sw_lso()
1187 ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen); in mac_sw_lso()
1221 (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen), in mac_sw_lso()
1243 niph->ipha_length = htons(oiphlen + otcphlen + len); in mac_sw_lso()
[all …]