Searched refs:evl_encap_proto (Results 1 – 5 of 5) sorted by relevance
66 u_int16_t evl_encap_proto; member
1083 evl->evl_proto = evl->evl_encap_proto; in vlan_output()1084 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_output()1159 evl->evl_encap_proto = evl->evl_proto; in vlan_input()
426 ether_type = evl->evl_encap_proto = evl->evl_proto; in ether_demux()
1025 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in bond_bpf_vlan()
89 if (ntohs(evl->evl_encap_proto) == ETHERTYPE_VLAN) { in fill_vlan_info()