Home
last modified time | relevance | path

Searched refs:m_get (Results 1 – 15 of 15) sorted by relevance

/xnu-8020.140.41/bsd/netinet6/
H A Dfrag6.c1192 t = m_get(how, MT_FTABLE); in ip6q_alloc()
1225 t = m_get(how, MT_FTABLE); in ip6af_alloc()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c913 t = m_get(how, MT_FTABLE); in ipfq_alloc()
983 t = m_get(M_DONTWAIT, MT_FTABLE); in ipf_alloc()
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c140 *mbuf = m_get(how, type); in mbuf_get()
296 *mbuf = m_get(how, type); in mbuf_getcluster()
1404 n = m_get(how, m->m_type); in mbuf_copyback()
H A Duipc_mbuf2.c415 struct mbuf *m = m_get(wait, MT_TAG); in m_tag_alloc()
H A Dkpi_socket.c913 control = m_get(M_NOWAIT, MT_CONTROL); in sock_send_internal()
H A Duipc_mbuf.c3700 m_get(int wait, int type) function
6545 n = m_get(M_WAITOK, m->m_type);
6673 m_new = m_get(how, MT_DATA);
H A Duipc_socket2.c1931 if ((m = m_get(M_DONTWAIT, MT_CONTROL)) == NULL) { in sbcreatecontrol()
H A Duipc_syscalls.c2786 m = m_get(M_WAIT, type); in sockargs()
H A Duipc_socket.c3470 m = m_get(M_WAIT, MT_DATA); in soreceive()
H A Dkern_event.c8291 m = m_get(wait, MT_DATA); in kev_post_msg_internal()
/xnu-8020.140.41/bsd/net/
H A Dnet_stubs.c374 STUB(m_get);
H A Dif_bond.c1015 vl_m = m_get(M_DONTWAIT, MT_DATA); in bond_bpf_vlan()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h778 #define MGET(m, how, type) ((m) = m_get((how), (type)))
1323 extern struct mbuf *m_get(int, int);
/xnu-8020.140.41/bsd/netinet/
H A Dip_input.c2720 t = m_get(how, MT_FTABLE); in ipq_alloc()
3187 m = m_get(M_DONTWAIT, MT_HEADER); in ip_srcroute()
H A Dtcp_subr.c722 m = m_get(M_DONTWAIT, MT_HEADER); in tcp_maketemplate()