Searched refs:vlh_p (Results 1 – 1 of 1) sorted by relevance
1010 struct ether_vlan_header * vlh_p; in bond_bpf_vlan() local1019 vlh_p = mtod(vl_m, struct ether_vlan_header *); in bond_bpf_vlan()1020 bcopy(eh_p, vlh_p, offsetof(struct ether_header, ether_type)); in bond_bpf_vlan()1021 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in bond_bpf_vlan()1022 vlh_p->evl_tag = htons(vlan_tag); in bond_bpf_vlan()1023 vlh_p->evl_proto = eh_p->ether_type; in bond_bpf_vlan()