Home
last modified time | relevance | path

Searched refs:evl_tag (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dif_vlan_var.h80 u_int16_t evl_tag; member
H A Dif_vlan.c1086 evl->evl_tag = htons(tag); in vlan_output()
H A Dif_fake.c653 evl_p->evl_tag = htons(m->m_pkthdr.vlan_tag); /* tag */ in get_bpf_header()
H A Dif_bond.c1061 evl_p->evl_tag = htons(m->m_pkthdr.vlan_tag); /* tag */ in get_bpf_header()
/xnu-11417.121.6/tests/skywalk/
H A Dskt_filter.c263 evh->evl_tag = htons(tag); in custom_ether_build_packet()
387 uint16_t etype, evl_tag, tag; in custom_ether_verify() local
401 evl_tag = ntohs(evh->evl_tag); in custom_ether_verify()
409 if (EVL_PRIOFTAG(evl_tag) != args->priority) { in custom_ether_verify()
411 EVL_PRIOFTAG(evl_tag), args->priority); in custom_ether_verify()
/xnu-11417.121.6/tests/
H A Dnet_vlan.c343 evl_p->evl_tag = htons(VLAN_TAG_START); in vlan_send_short_packet()
/xnu-11417.121.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c176 tag = evh->evl_tag; in netif_flow_ethertype_info()
179 bcopy(&evh->evl_tag, &tag, sizeof(tag)); in netif_flow_ethertype_info()
H A Dnx_netif_util.c90 tag = ntohs(evl->evl_tag); in fill_vlan_info()