Searched refs:ohdrslen (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 703 uint32_t oehlen, oiphlen, otcphlen, ohdrslen, opktlen, odatalen; in mac_sw_lso() local 829 ohdrslen = oehlen + oiphlen + otcphlen; in mac_sw_lso() 830 if ((len = MBLKL(omp)) < ohdrslen) { in mac_sw_lso() 832 ohdrslen); in mac_sw_lso() 841 if (len > ohdrslen) { in mac_sw_lso() 843 offset = ohdrslen; in mac_sw_lso() 845 ASSERT3U(len, ==, ohdrslen); in mac_sw_lso() 851 ASSERT3U(msgsize(odatamp), >=, opktlen - ohdrslen); in mac_sw_lso() 904 odatalen = opktlen - ohdrslen; in mac_sw_lso() 935 if ((nhdrmp = allocb(ohdrslen, 0)) == NULL) { in mac_sw_lso() [all …]
|