Home
last modified time | relevance | path

Searched refs:MT_SONAME (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dmbuf.h834 #define MT_SONAME 8 /* socket name */ macro
853 MTF_SONAME = (1 << MT_SONAME),
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf_mcache.c1014 static_assert(MBUF_TYPE_SONAME == MT_SONAME); in mbinit()
3959 } else if (m->m_type == MT_SONAME) {
4004 } else if (m->m_type == MT_SONAME) {
4035 mtype_stat_sub(MT_SONAME, mt_soname);
5534 { MT_SONAME, "socket names and addresses" },
H A Duipc_mbuf.c1381 static_assert(MBUF_TYPE_SONAME == MT_SONAME); in mbinit()
2703 } else if (m->m_type == MT_SONAME) { in m_freem_list()
2744 } else if (m->m_type == MT_SONAME) { in m_freem_list()
2775 mtype_stat_sub(MT_SONAME, mt_soname); in m_freem_list()
H A Duipc_syscalls.c3284 if (type == MT_SONAME && (buflen > SOCK_MAXADDRLEN || in sockargs()
3303 if (type == MT_SONAME && alloc_buflen <= 112) { in sockargs()
3331 if (type == MT_SONAME) { in sockargs()
H A Duipc_socket.c2827 KASSERT(m->m_type == MT_SONAME, ("receive 1a")); in soreceive_addr()
3520 if ((pr->pr_flags & PR_ADDR) && m->m_type == MT_SONAME) { in soreceive()
4140 if ((pr->pr_flags & PR_ADDR) && m->m_type == MT_SONAME) { in soreceive_m_list()
H A Duipc_socket2.c1251 MGET(m, M_DONTWAIT, MT_SONAME); in sbconcat_mbufs()
/xnu-12377.61.12/bsd/netinet/
H A Dflow_divert.c2384 if (m->m_type == MT_SONAME) { in flow_divert_disable()
3644 if (buffer != NULL && buffer->m_type == MT_SONAME) { in flow_divert_get_buffered_target_address()