Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c2782 mblk_t *mp_next, *tail, **unclass_nextp; in mac_rx_flow() local
2796 unclass_nextp = &unclass_list; in mac_rx_flow()
2815 *unclass_nextp = mp; in mac_rx_flow()
2816 unclass_nextp = &mp->b_next; in mac_rx_flow()