Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_priv.h74 extern int mac_vlan_header_info(mac_handle_t, mblk_t *, mac_header_info_t *);
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_rx.c682 err = mac_vlan_header_info(mh, mp, &mhi); in viona_rx_mcast()
697 err = mac_vlan_header_info(mh, pull, &mhi); in viona_rx_mcast()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c115 if (((err) = mac_vlan_header_info((mh), (mp), (mhip))) == 0) { \
125 VERIFY(mac_vlan_header_info((mh), \
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c955 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0) in str_mdata_raw_put()
1477 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0) in str_unitdata_ind()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1663 err = mac_vlan_header_info((mac_handle_t)mip, mp, &mhi); in mac_protect_intercept_dynamic_one()
2276 err = mac_vlan_header_info((mac_handle_t)mip, mp, &mhi); in mac_protect_check_one()
H A Dmac_client.c4423 mac_vlan_header_info(mac_handle_t mh, mblk_t *mp, mac_header_info_t *mhip) in mac_vlan_header_info() function
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c525 if (mac_vlan_header_info(mlxp->mlx_mac_hdl, mp, &mhi) != 0) { in mlxcx_mac_ring_tx()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c615 if (mac_vlan_header_info(entry->ote_odd->odd_mh, entry->ote_chead, in overlay_target_lookup_request()