Home
last modified time | relevance | path

Searched refs:next_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
1131 next_nhdrmp = nhdrmp->b_next; in mac_sw_lso()
1134 nhdrmp->b_next = next_nhdrmp; in mac_sw_lso()
1135 next_nhdrmp = NULL; in mac_sw_lso()
1210 next_nhdrmp = nhdrmp->b_next; in mac_sw_lso()
1213 nhdrmp->b_next = next_nhdrmp; in mac_sw_lso()
1214 next_nhdrmp = NULL; in mac_sw_lso()