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.c808 uint32_t oehlen, oiphlen, otcphlen, ohdrslen, opktlen, odatalen; in mac_sw_lso() local
934 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()
956 ASSERT3U(msgsize(odatamp), >=, opktlen - ohdrslen); in mac_sw_lso()
1009 odatalen = opktlen - ohdrslen; in mac_sw_lso()
1040 if ((nhdrmp = allocb(ohdrslen, 0)) == NULL) { in mac_sw_lso()
[all …]