Searched refs:mm (Results 1 – 2 of 2) sorted by relevance
4588 struct mbuf *mm; in ipsec_copypkt() local4603 mm = mnew; in ipsec_copypkt()4619 if (remain <= (mm->m_flags & M_PKTHDR ? MHLEN : MLEN)) { in ipsec_copypkt()4622 MCLGET(mm, M_DONTWAIT); in ipsec_copypkt()4623 if (!(mm->m_flags & M_EXT)) { in ipsec_copypkt()4624 m_free(mm); in ipsec_copypkt()4631 bcopy(n->m_data + copied, mm->m_data, in ipsec_copypkt()4636 mm->m_len = len; in ipsec_copypkt()4648 mm->m_next = mn; in ipsec_copypkt()4649 mm = mn; in ipsec_copypkt()[all …]
979 struct radix_mask *mm = m->rm_mklist; in rn_delete() local984 m = mm; in rn_delete()