Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c824 mblk_t *tmptail; in mac_sw_lso() local
1028 tmptail = seg_chain; in mac_sw_lso()
1050 ASSERT3P(tmptail, !=, NULL); in mac_sw_lso()
1051 tmptail->b_next = nhdrmp; in mac_sw_lso()
1054 tmptail = nhdrmp; in mac_sw_lso()
1330 mblk_t *tmp, *next, *tmphead, *tmptail; in mac_hw_emul() local
1380 mac_sw_lso(mp, emul, &tmphead, &tmptail, in mac_hw_emul()
1396 tmptail = tmp; in mac_hw_emul()
1402 tmptail = tmp; in mac_hw_emul()
1412 tail = tmptail; in mac_hw_emul()
[all …]