Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_bcast.c148 mblk_t *mp_chain1; in mac_bcast_send() local
183 if ((mp_chain1 = mac_copymsgchain_cksum(mp_chain)) == NULL) in mac_bcast_send()
190 (mp_chain1 = mac_fix_cksum(mp_chain1)) == NULL) in mac_bcast_send()
195 freemsgchain(mp_chain1); in mac_bcast_send()
209 dst_mcip->mci_flent->fe_cb_arg2, mp_chain1, is_loopback); in mac_bcast_send()