Searched refs:mac_vlan_header_info (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_client_priv.h | 74 extern int mac_vlan_header_info(mac_handle_t, mblk_t *, mac_header_info_t *);
|
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 111 if (((err) = mac_vlan_header_info((mh), (mp), (mhip))) == 0) { \ 121 VERIFY(mac_vlan_header_info((mh), \
|
/titanic_50/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 938 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0) in str_mdata_raw_put() 1460 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0) in str_unitdata_ind()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1663 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 D | mac_client.c | 4238 mac_vlan_header_info(mac_handle_t mh, mblk_t *mp, mac_header_info_t *mhip) in mac_vlan_header_info() function
|