Lines Matching refs:mpsend
1873 mblk_t *mpsend, *mpcopy; in bridge_forward() local
1968 mpsend = mp; in bridge_forward()
1971 mpsend = copymsg(mp); in bridge_forward()
1974 mpsend = reform_vlan_header(mpsend, vlanid, tci, in bridge_forward()
1977 if (mpsend == NULL) { in bridge_forward()
1990 mac_rx_common(blpsend->bl_mh, NULL, mpsend); in bridge_forward()
1993 mpsend = mac_ring_tx(blpsend->bl_mh, NULL, in bridge_forward()
1994 mpsend); in bridge_forward()
1995 freemsg(mpsend); in bridge_forward()
2026 if ((mpsend = copymsg(mp)) != NULL) { in bridge_forward()
2027 update_header(mpsend, in bridge_forward()
2033 mpsend = reform_vlan_header(mpsend, in bridge_forward()
2035 if (mpsend == NULL) { in bridge_forward()
2039 hdr_info, mpsend, in bridge_forward()
2079 mpsend = mp; in bridge_forward()
2082 mpsend = copymsg(mp); in bridge_forward()
2085 mpsend = reform_vlan_header(mpsend, vlanid, tci, in bridge_forward()
2088 if (mpsend == NULL) { in bridge_forward()
2099 if ((mpcopy = copymsg(mpsend)) != NULL) { in bridge_forward()
2103 mpsend = mac_ring_tx(blpsend->bl_mh, NULL, mpsend); in bridge_forward()
2104 freemsg(mpsend); in bridge_forward()