Home
last modified time | relevance | path

Searched refs:EVL_VLANOFTAG (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/bsd/net/
H A Dif_vlan_var.h85 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK) macro
H A Dether_if_module.c440 *tag_p = EVL_VLANOFTAG(ntohs(encap.evle_tag)); in ether_remove_vlan_encapsulation()
499 if (EVL_VLANOFTAG(m->m_pkthdr.vlan_tag) != 0) { in ether_demux()
H A Ddlil_subr.c128 tag = EVL_VLANOFTAG(m->m_pkthdr.vlan_tag); in packet_has_vlan_tag()
H A Dif_vlan.c1196 tag = EVL_VLANOFTAG(scan->m_pkthdr.vlan_tag); in vlan_input()
/xnu-11417.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c188 if (EVL_VLANOFTAG(tag) != 0) { in netif_flow_ethertype_info()
/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpacket_common.h634 return EVL_VLANOFTAG(vlan_tag); in __packet_get_vlan_id()