Home
last modified time | relevance | path

Searched refs:evl_proto (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_vlan_var.h68 u_int16_t evl_proto; member
H A Dether_if_module.c418 ntohs(evl->evl_proto) == ETHERTYPE_VLAN || in ether_demux()
426 ether_type = evl->evl_encap_proto = evl->evl_proto; in ether_demux()
H A Dif_vlan.c1083 evl->evl_proto = evl->evl_encap_proto; in vlan_output()
1147 if (ntohs(evl->evl_proto) == ETHERTYPE_VLAN) { in vlan_input()
1159 evl->evl_encap_proto = evl->evl_proto; in vlan_input()
H A Dif_bond.c1027 vlh_p->evl_proto = eh_p->ether_type; in bond_bpf_vlan()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c177 etype = evh->evl_proto; in netif_flow_ethertype_info()
180 bcopy(&evh->evl_proto, &etype, sizeof(etype)); in netif_flow_ethertype_info()