Searched refs:mpsend (Results 1 – 1 of 1) sorted by relevance
1864 mblk_t *mpsend, *mpcopy; in bridge_forward() local1954 mpsend = mp; in bridge_forward()1957 mpsend = copymsg(mp); in bridge_forward()1961 mpsend = mac_fix_cksum(mpsend); in bridge_forward()1963 mpsend = reform_vlan_header(mpsend, vlanid, tci, in bridge_forward()1965 if (mpsend == NULL) { in bridge_forward()1977 mac_rx_common(blpsend->bl_mh, NULL, mpsend); in bridge_forward()1980 MAC_RING_TX(blpsend->bl_mh, NULL, mpsend, in bridge_forward()1981 mpsend); in bridge_forward()1982 freemsg(mpsend); in bridge_forward()[all …]