Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c934 ohdrslen = oehlen + oiphlen + otcphlen; in mac_sw_lso()
935 if ((len = MBLKL(omp)) < ohdrslen) { in mac_sw_lso()
937 ohdrslen); in mac_sw_lso()
946 if (len > ohdrslen) { in mac_sw_lso()
948 offset = ohdrslen; in mac_sw_lso()
950 ASSERT3U(len, ==, ohdrslen); in mac_sw_lso()
1009 odatalen = opktlen - ohdrslen; in mac_sw_lso()
1091 bcopy(omp->b_rptr, nhdrmp->b_rptr, ohdrslen); in mac_sw_lso()
1092 nhdrmp->b_wptr = nhdrmp->b_rptr + ohdrslen; in mac_sw_lso()
1181 nhdrmp->b_wptr = nhdrmp->b_rptr + ohdrslen; in mac_sw_lso()
[all …]