Lines Matching defs:evl
3182 struct ether_vlan_header *evl;
3220 evl = mtod(mp, struct ether_vlan_header *);
3221 if (evl->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
3224 ehtype = evl->evl_proto;
3227 ehtype = evl->evl_encap_proto;
3349 struct ether_vlan_header *evl;
3372 evl = mtod(mp, struct ether_vlan_header *);
3373 if (evl->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
3376 ehtype = evl->evl_proto;
3379 ehtype = evl->evl_encap_proto;