Searched refs:m_get (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c143 m = m_get(M_WAIT, MT_SOOPTS);
162 m = m_get(M_WAIT, MT_SOOPTS);
H A Datp_write.c1705 if ((gbuf_cont(mdata) = m_get((M_WAIT), MSG_DATA)) == 0) {
H A Dasp_proto.c1986 if ((gbuf_cont(mdata) = m_get((M_WAIT), MSG_DATA)) == 0) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c100 *mbuf = m_get(how, type);
184 *mbuf = m_get(how, type);
1072 n = m_get(how, m->m_type);
H A Duipc_mbuf2.c442 struct mbuf *m = m_get(wait, MT_TAG);
H A Dkpi_socket.c842 control = m_get(M_NOWAIT, MT_CONTROL);
H A Duipc_socket2.c1469 if ((m = m_get(M_DONTWAIT, MT_CONTROL)) == NULL)
H A Duipc_mbuf.c3225 m_get(int wait, int type) function
5663 n = m_get(M_WAITOK, m->m_type);
5776 m_new = m_get(how, MT_DATA);
H A Dkern_event.c2872 m = m_get(M_DONTWAIT, MT_DATA);
H A Duipc_syscalls.c1862 m = m_get(M_WAIT, type);
H A Duipc_socket.c1958 m = m_get(M_WAIT, MT_DATA);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h400 #define MGET(m, how, type) ((m) = m_get((how), (type)))
463 * Set the m_data pointer of a newly-allocated mbuf (m_get/MGET) to place
848 /* flags to m_get/MGET */
876 extern struct mbuf *m_get(int, int);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c1487 if ((t = m_get(M_DONTWAIT, MT_FTABLE)) == NULL)
2166 m = m_get(M_DONTWAIT, MT_HEADER);
H A Dtcp_subr.c545 m = m_get(M_DONTWAIT, MT_HEADER);
/darwin-on-arm/xnu/bsd/net/
H A Droute.c2863 m = m_get(M_DONTWAIT, MT_SONAME);
H A Dif_bond.c969 vl_m = m_get(M_DONTWAIT, MT_DATA);

Completed in 127 milliseconds