Searched refs:evl (Results 1 – 3 of 3) sorted by relevance
1000 struct ether_vlan_header * evl; in vlan_output() local1063 if (m->m_len < (int)sizeof(*evl)) { in vlan_output()1064 m = m_pullup(m, sizeof(*evl)); in vlan_output()1083 evl = mtod(m, struct ether_vlan_header *); in vlan_output()1084 evl->evl_proto = evl->evl_encap_proto; in vlan_output()1085 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_output()1086 evl->evl_tag = htons(tag); in vlan_output()
667 struct ether_vlan_header evl; in fake_bpf_tap_common() local671 header = get_bpf_header(m, eh_p, &evl, &header_len); in fake_bpf_tap_common()
1078 struct ether_vlan_header evl; in bond_bpf_tap_common() local1082 header = get_bpf_header(m, eh_p, &evl, &header_len); in bond_bpf_tap_common()