Searched refs:cur_mp (Results 1 – 1 of 1) sorted by relevance
3800 mblk_t *last_mp, *cur_mp, *sub_chain; in mac_tx_fanout_mode() local3824 for (cur_mp = mp_chain; cur_mp != NULL; in mac_tx_fanout_mode()3825 cur_mp = cur_mp->b_next) { in mac_tx_fanout_mode()3826 hash = mac_pkt_hash(media, cur_mp, MAC_PKT_HASH_L4, in mac_tx_fanout_mode()3841 sub_chain = cur_mp; in mac_tx_fanout_mode()3842 last_mp = cur_mp; in mac_tx_fanout_mode()