Home
last modified time | relevance | path

Searched refs:mn (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.141.3/tools/lldbmacros/
H A Dmbufs.py834 mn = mp.m_hdr.mh_next
835 while (mn):
837 mn = mn.m_hdr.mh_next
/xnu-8796.141.3/bsd/netinet6/
H A Dipsec.c4639 struct mbuf *mn; in ipsec_copypkt() local
4665 MGETHDR(mn, M_DONTWAIT, MT_HEADER); /* XXXMAC: tags copied next time in loop? */ in ipsec_copypkt()
4666 if (mn == NULL) { in ipsec_copypkt()
4669 mn->m_pkthdr.rcvif = NULL; in ipsec_copypkt()
4670 mm->m_next = mn; in ipsec_copypkt()
4671 mm = mn; in ipsec_copypkt()
/xnu-8796.141.3/bsd/kern/
H A Duipc_socket2.c1906 struct mbuf *m, *mn; in sbdroprecord() local
1913 MFREE(m, mn); in sbdroprecord()
1914 m = mn; in sbdroprecord()
H A Duipc_mbuf.c5052 struct mbuf *mn; local
5054 _MGET(mn, how, m->m_type);
5055 if (mn == NULL) {
5060 M_COPY_PKTHDR(mn, m);
5063 mn->m_next = m;
5064 m = mn;
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_attrlist.c906 getattrlist_findnamecomp(const char *mn, const char **np, ssize_t *nl) in getattrlist_findnamecomp() argument
918 for (cp = mn; *cp != 0; cp++) { in getattrlist_findnamecomp()