Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c823 mblk_t *seg_chain, *prev_nhdrmp, *next_nhdrmp, *nhdrmp, *ndatamp; in mac_sw_lso() local
1040 if ((nhdrmp = allocb(ohdrslen, 0)) == NULL) { in mac_sw_lso()
1045 ASSERT3P(nhdrmp->b_cont, ==, NULL); in mac_sw_lso()
1048 seg_chain = nhdrmp; in mac_sw_lso()
1051 tmptail->b_next = nhdrmp; in mac_sw_lso()
1054 tmptail = nhdrmp; in mac_sw_lso()
1071 nhdrmp->b_cont = ndatamp; in mac_sw_lso()
1090 nhdrmp = seg_chain; 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()
[all …]