Home
last modified time | relevance | path

Searched refs:evl (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_vlan.c1000 struct ether_vlan_header * evl; in vlan_output() local
1063 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()
H A Dif_fake.c667 struct ether_vlan_header evl; in fake_bpf_tap_common() local
671 header = get_bpf_header(m, eh_p, &evl, &header_len); in fake_bpf_tap_common()
H A Dif_bond.c1078 struct ether_vlan_header evl; in bond_bpf_tap_common() local
1082 header = get_bpf_header(m, eh_p, &evl, &header_len); in bond_bpf_tap_common()