Searched refs:mm (Results 1 – 2 of 2) sorted by relevance
4591 struct mbuf *mm; in ipsec_copypkt() local4606 mm = mnew; in ipsec_copypkt()4622 if (remain <= (mm->m_flags & M_PKTHDR ? MHLEN : MLEN)) { in ipsec_copypkt()4625 MCLGET(mm, M_DONTWAIT); in ipsec_copypkt()4626 if (!(mm->m_flags & M_EXT)) { in ipsec_copypkt()4627 m_free(mm); in ipsec_copypkt()4634 bcopy(n->m_data + copied, mm->m_data, in ipsec_copypkt()4639 mm->m_len = len; in ipsec_copypkt()4651 mm->m_next = mn; in ipsec_copypkt()4652 mm = mn; in ipsec_copypkt()[all …]
971 struct radix_mask *mm = m->rm_mklist; in rn_delete() local976 m = mm; in rn_delete()