Searched refs:mac_header_info (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_client_priv.h | 73 extern int mac_header_info(mac_handle_t, mblk_t *, mac_header_info_t *);
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnbo.c | 235 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 D | bridge.c | 2265 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 D | sockmod_pfp.c | 377 if (mac_header_info(ps->ps_mh, mp, &hdr) != 0) { in pfp_packet()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 4166 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 D | mac_sched.c | 1588 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 D | mac_flow.c | 1662 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 D | simnet.c | 697 if (mac_header_info(sdev->sd_mh, mp, &hdr_info) != 0) { in simnet_rx()
|
/illumos-gate/usr/src/uts/common/io/overlay/ |
H A D | overlay_target.c | 352 if (mac_header_info(odd->odd_mh, mp, &mhi) != 0) in overlay_target_lookup()
|