Searched refs:vl_m (Results 1 – 1 of 1) sorted by relevance
1013 struct mbuf * vl_m; in bond_bpf_vlan() local1015 vl_m = m_get(M_DONTWAIT, MT_DATA); in bond_bpf_vlan()1016 if (vl_m == NULL) { in bond_bpf_vlan()1020 vl_m->m_len = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN; in bond_bpf_vlan()1021 vlh_p = mtod(vl_m, struct ether_vlan_header *); in bond_bpf_vlan()1026 vl_m->m_next = m; in bond_bpf_vlan()1027 (*func)(ifp, vl_m); in bond_bpf_vlan()1028 vl_m->m_next = NULL; in bond_bpf_vlan()1029 m_free(vl_m); in bond_bpf_vlan()