Searched refs:mac_header_info (Results 1 – 8 of 8) sorted by relevance
/titanic_50/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 *);
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bridge.c | 2250 if (mac_header_info(blp->bl_mh, mp, in bridge_recv_cb() 2381 if (mac_header_info(blp->bl_mh, mp, &hdr_info) != 0 || in bridge_recv_cb() 2484 if (mac_header_info(blp->bl_mh, mp, &hdr_info) != 0) { in bridge_xmit_cb() 2559 if (mac_header_info(blp->bl_mh, mp, &hdr_info) != 0) { in bridge_trill_decaps()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1589 if (mac_header_info((mac_handle_t)mcip->mci_mip, in mac_rx_srs_proto_fanout() 2008 if (mac_header_info((mac_handle_t)mcip->mci_mip, in mac_rx_srs_fanout() 4397 err = mac_header_info((mac_handle_t)mip, in mac_tx_send()
|
H A D | mac_client.c | 4001 if (mac_header_info((mac_handle_t)mip, mp, &hdr_info) != 0) in mac_is_mcast() 4229 mac_header_info(mac_handle_t mh, mblk_t *mp, mac_header_info_t *mhip) in mac_header_info() function 4249 if ((err = mac_header_info(mh, mp, mhip)) != 0) in mac_vlan_header_info()
|
H A D | mac_flow.c | 1661 if ((err = mac_header_info((mac_handle_t)ft->ft_mip, in flow_l2_accept()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 685 if (mac_header_info(sdev->sd_mh, mp, &hdr_info) != 0) { in simnet_rx()
|