Searched refs:vl_m (Results 1 – 1 of 1) sorted by relevance
1011 struct mbuf * vl_m; in bond_bpf_vlan() local1013 vl_m = m_get(M_DONTWAIT, MT_DATA); in bond_bpf_vlan()1014 if (vl_m == NULL) { in bond_bpf_vlan()1018 vl_m->m_len = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN; in bond_bpf_vlan()1019 vlh_p = mtod(vl_m, struct ether_vlan_header *); in bond_bpf_vlan()1024 vl_m->m_next = m; in bond_bpf_vlan()1025 (*func)(ifp, vl_m); in bond_bpf_vlan()1026 vl_m->m_next = NULL; in bond_bpf_vlan()1027 m_free(vl_m); in bond_bpf_vlan()