Searched refs:mn (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | mbufs.py | 1106 mn = mp.m_hdr.mh_next 1108 mn = mp.M_hdr_common.M_hdr.mh_next 1109 while (mn): 1112 mn = mn.m_hdr.mh_next 1114 mn = mn.M_hdr_common.M_hdr.mh_next 1115 print("mp 0x{:x} mn 0x{:x}".format(mp, mn))
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_mbuf.c | 2998 struct mbuf *mn; in m_prepend() local 3000 _MGET(mn, how, m->m_type); in m_prepend() 3001 if (mn == NULL) { in m_prepend() 3006 M_COPY_PKTHDR(mn, m); in m_prepend() 3009 mn->m_next = m; in m_prepend() 3010 m = mn; in m_prepend()
|
| H A D | uipc_socket2.c | 1946 struct mbuf *m, *mn; in sbdroprecord() local 1953 MFREE(m, mn); in sbdroprecord() 1954 m = mn; in sbdroprecord()
|
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | ipsec.c | 4904 struct mbuf *mn; in ipsec_copypkt() local 4929 MGETHDR(mn, M_DONTWAIT, MT_HEADER); /* XXXMAC: tags copied next time in loop? */ in ipsec_copypkt() 4930 if (mn == NULL) { in ipsec_copypkt() 4933 mn->m_pkthdr.rcvif = NULL; in ipsec_copypkt() 4934 mm->m_next = mn; in ipsec_copypkt() 4935 mm = mn; in ipsec_copypkt()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_attrlist.c | 957 getattrlist_findnamecomp(const char *mn, const char **np, ssize_t *nl) in getattrlist_findnamecomp() argument 969 for (cp = mn; *cp != 0; cp++) { in getattrlist_findnamecomp()
|