Home
last modified time | relevance | path

Searched refs:mhi_bindsap (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c178 mhip->mhi_bindsap != cmhi.mhi_bindsap) { in i_dls_link_subchain()
416 (mhi.mhi_bindsap == ETHERTYPE_VLAN && in i_dls_link_rx()
426 key = MAKE_KEY(mhi.mhi_bindsap); in i_dls_link_rx()
584 key = MAKE_KEY(mhi.mhi_bindsap); in dls_rx_promisc()
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c318 mhp->mhi_bindsap = mhp->mhi_origsap; in mac_wifi_header_info()
331 mhp->mhi_bindsap = DLS_SAP_LLC; in mac_wifi_header_info()
H A Dmac_ether.c476 hdr_info->mhi_bindsap = (ether_type > ETHERMTU) ? in mac_ether_header_info()
478 hdr_info->mhi_pktsize = (hdr_info->mhi_bindsap == DLS_SAP_LLC) ? in mac_ether_header_info()
H A Dmac_ipv4.c200 hdr_info->mhi_origsap = hdr_info->mhi_bindsap = iphp->ip_p; in mac_ipv4_header_info()
H A Dmac_ipv6.c215 hdr_info->mhi_bindsap = hdr_info->mhi_origsap = nexthdr; in mac_ipv6_header_info()
H A Dmac_ib.c223 hdr_info->mhi_origsap = hdr_info->mhi_bindsap = sap; in mac_ib_header_info()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c388 hdr.mhi_bindsap == ETHERTYPE_VLAN) { in pfp_packet()
412 hdr.mhi_bindsap = ntohs(evhp->ether_type); in pfp_packet()
415 if ((ps->ps_proto != 0) && (ps->ps_proto != hdr.mhi_bindsap)) { in pfp_packet()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h479 uint32_t mhi_bindsap; member
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1819 if (hdr_info->mhi_bindsap == ETHERTYPE_VLAN) { in update_header()
1834 hdr_info->mhi_bindsap = (ether_type > ETHERMTU) ? in update_header()
2129 if (hdr_info->mhi_bindsap == ETHERTYPE_VLAN) { in bridge_get_vlan()
2291 hdr_info.mhi_bindsap != ETHERTYPE_TRILL && in bridge_recv_cb()
2292 (hdr_info.mhi_bindsap != ETHERTYPE_VLAN || in bridge_recv_cb()
2580 if (hdr_info.mhi_bindsap == ETHERTYPE_VLAN) { in bridge_trill_decaps()
H A Dtrill.c752 if (hdr_info->mhi_bindsap == ETHERTYPE_TRILL) { in trill_recv_pkt_cb()
792 ASSERT(hdr_info->mhi_bindsap != ETHERTYPE_TRILL); in trill_encap_pkt_cb()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1677 switch (mhi.mhi_bindsap) { in mac_protect_intercept_dynamic_one()
1934 uint32_t sap = mhip->mhi_bindsap; in ipnospoof_check()
2121 uint32_t sap = mhip->mhi_bindsap; in dhcpnospoof_check()
2297 uint32_t sap = mhi.mhi_bindsap; in mac_protect_check_one()
H A Dmac_flow.c1673 if (is_ether && mhi.mhi_bindsap == ETHERTYPE_VLAN && in flow_l2_accept()
1685 l2->l2_sap = mhi.mhi_bindsap; in flow_l2_accept()
H A Dmac_sched.c1594 sap = mhi.mhi_bindsap; in mac_rx_srs_proto_fanout()
2021 sap = mhi.mhi_bindsap; in mac_rx_srs_fanout()
H A Dmac_client.c4442 if (is_ethernet && (mhip->mhi_bindsap == ETHERTYPE_VLAN)) { in mac_vlan_header_info()
4462 (void) mac_sap_verify(mh, sap, &mhip->mhi_bindsap); in mac_vlan_header_info()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c643 otl->otl_sap = mhi.mhi_bindsap; in overlay_target_lookup_request()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1509 *(uint16_t *)(daddr + addr_length) = mhi.mhi_bindsap; in str_unitdata_ind()