Searched refs:vl_m (Results 1 – 1 of 1) sorted by relevance
1015 struct mbuf * vl_m; in bond_bpf_vlan() local1017 vl_m = m_get(M_DONTWAIT, MT_DATA); in bond_bpf_vlan()1018 if (vl_m == NULL) { in bond_bpf_vlan()1022 vl_m->m_len = ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN; in bond_bpf_vlan()1023 vlh_p = mtod(vl_m, struct ether_vlan_header *); in bond_bpf_vlan()1028 vl_m->m_next = m; in bond_bpf_vlan()1029 (*func)(ifp, vl_m); in bond_bpf_vlan()1030 vl_m->m_next = NULL; in bond_bpf_vlan()1031 m_free(vl_m); in bond_bpf_vlan()