Searched refs:mac_vlan_header_info (Results 1 - 5 of 5) 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/common/io/dls/
H A Ddls_link.c101 * is freed as the result of message pulling up, mac_vlan_header_info()
103 * mhip. Further, the mac_vlan_header_info() function ensures that the
111 if (((err) = mac_vlan_header_info((mh), (mp), (mhip))) == 0) { \
121 VERIFY(mac_vlan_header_info((mh), \
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c938 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0)
1460 if (mac_vlan_header_info(dsp->ds_mh, mp, &mhi) != 0)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1663 err = mac_vlan_header_info((mac_handle_t)mip, mp, &mhi);
2276 err = mac_vlan_header_info((mac_handle_t)mip, mp, &mhi);
H A Dmac_client.c4237 mac_vlan_header_info(mac_handle_t mh, mblk_t *mp, mac_header_info_t *mhip) function

Completed in 104 milliseconds