Home
last modified time | relevance | path

Searched refs:VLAN_ID (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvlan.h67 #define VLAN_ID(tci) (((tci) >> VLAN_ID_SHIFT) & VLAN_ID_MASK) macro
H A Dmac_client_impl.h288 vlanid = VLAN_ID(ntohs(evhp->ether_tci)); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_trill.c110 dlen, VLAN_ID(inner_ethvlanhdr->ether_tci), in interpret_trill()
H A Dsnoop_ether.c252 ieeestart[1], VLAN_ID(tci), origlen); in interpret_ether()
257 print_ethertype(ethertype), VLAN_ID(tci), in interpret_ether()
262 set_vlan_id(VLAN_ID(tci)); in interpret_ether()
289 "VLAN ID = %hu", VLAN_ID(tci)); in interpret_ether()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c152 uint16_t vid = VLAN_ID(mhip->mhi_tci); in i_dls_link_subchain()
186 cvid = VLAN_ID(cmhi.mhi_tci); in i_dls_link_subchain()
383 vid = VLAN_ID(mhi.mhi_tci); in i_dls_link_rx()
H A Ddls.c529 VLAN_ID(ntohs(extinfo->ether_tci)))); in dls_header()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c458 inner_vlan = VLAN_ID(tci); in trill_recv()
837 vlan = VLAN_ID(hdr_info->mhi_tci); in trill_encap_pkt_cb()
H A Dbridge.c1726 if (pri != 0 && VLAN_ID(tci) == 0) /* 1b */ in reform_vlan_header()
2160 vlanid = VLAN_ID(tci); in bridge_get_vlan()
2586 vlanid = VLAN_ID(tci); in bridge_trill_decaps()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c869 vid = VLAN_ID(old_tci); in i_dld_ether_header_update_tag()
974 vid = VLAN_ID(mhi.mhi_tci); in str_mdata_raw_put()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1682 l2->l2_vid = VLAN_ID(ntohs(evhp->ether_tci)); in flow_l2_accept()
1738 l2->l2_vid = VLAN_ID(ntohs(evhp->ether_tci)); in flow_ether_accept()
H A Dmac_sched.c1575 VLAN_ID(ntohs(evhp->ether_tci)))) { in mac_rx_srs_proto_fanout()
2002 VLAN_ID(ntohs(evhp->ether_tci)))) { in mac_rx_srs_fanout()
H A Dmac_protect.c2296 uint32_t vid = VLAN_ID(mhi.mhi_tci); in mac_protect_check_one()
H A Dmac_client.c4151 return (VLAN_ID(ntohs(t_evhp->ether_tci))); in mac_ether_vid()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c476 evh->eh_vlan = VLAN_ID(ntohs(vl_hdr->ether_tci)); in eib_data_parse_ether_hdr()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1487 *vidp = VLAN_ID(ntohs(evhp->ether_tci)); in vsw_frame_lookup_vid()
H A Dvnet.c1348 VLAN_ID(ntohs(evhp->ether_tci)) == pvid) { in vnet_rx_frames_untag()
H A Dvnet_gen.c1579 *vidp = VLAN_ID(ntohs(evhp->ether_tci)); in vgen_frame_lookup_vid()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c644 otl->otl_vlan = VLAN_ID(mhi.mhi_tci); in overlay_target_lookup_request()