Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_priv.h73 extern int mac_header_info(mac_handle_t, mblk_t *, mac_header_info_t *);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c235 if (mac_header_info(xnbop->o_mh, mp, &hdr_info) != 0) { in xnbo_from_mac_filter()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2265 if (mac_header_info(blp->bl_mh, mp, in bridge_recv_cb()
2396 if (mac_header_info(blp->bl_mh, mp, &hdr_info) != 0 || in bridge_recv_cb()
2499 if (mac_header_info(blp->bl_mh, mp, &hdr_info) != 0) { in bridge_xmit_cb()
2574 if (mac_header_info(blp->bl_mh, mp, &hdr_info) != 0) { in bridge_trill_decaps()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c377 if (mac_header_info(ps->ps_mh, mp, &hdr) != 0) { in pfp_packet()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c4166 if (mac_header_info((mac_handle_t)mip, mp, &hdr_info) != 0) in mac_is_mcast()
4414 mac_header_info(mac_handle_t mh, mblk_t *mp, mac_header_info_t *mhip) in mac_header_info() function
4434 if ((err = mac_header_info(mh, mp, mhip)) != 0) in mac_vlan_header_info()
H A Dmac_sched.c1588 if (mac_header_info((mac_handle_t)mcip->mci_mip, in mac_rx_srs_proto_fanout()
2015 if (mac_header_info((mac_handle_t)mcip->mci_mip, in mac_rx_srs_fanout()
H A Dmac_flow.c1662 if ((err = mac_header_info((mac_handle_t)ft->ft_mip, in flow_l2_accept()
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c697 if (mac_header_info(sdev->sd_mh, mp, &hdr_info) != 0) { in simnet_rx()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c352 if (mac_header_info(odd->odd_mh, mp, &mhi) != 0) in overlay_target_lookup()