Searched refs:MT_SONAME (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_hci_raw.c | 318 MGET(nam, M_NOWAIT, MT_SONAME); in ng_btsocket_hci_raw_node_rcvdata() 491 KASSERT((nam->m_type == MT_SONAME), in ng_btsocket_hci_raw_data_input() 642 KASSERT((nam->m_type == MT_SONAME), in ng_btsocket_hci_raw_output() 1629 MGET(nam, M_NOWAIT, MT_SONAME); in ng_btsocket_hci_raw_send()
|
/freebsd/sys/kern/ |
H A D | uipc_usrreq.c | 1162 f = m_gethdr(M_WAITOK, MT_SONAME); in uipc_sosend_dgram() 1179 if ((f = m_gethdr(M_NOWAIT, MT_SONAME)) == NULL) { in uipc_sosend_dgram() 1389 KASSERT(m->m_type == MT_SONAME, ("m->m_type == %d", m->m_type)); in uipc_peek_dgram() 1510 KASSERT(m->m_type == MT_SONAME, ("m->m_type == %d", m->m_type)); in uipc_soreceive_dgram()
|
H A D | uipc_syscalls.c | 1471 if (type == MT_SONAME && buflen <= 112 && in sockargs() 1486 if (type == MT_SONAME) { in sockargs()
|
H A D | uipc_sockbuf.c | 1255 m = m_get(M_NOWAIT, MT_SONAME); in sbappendaddr_locked_internal()
|
H A D | uipc_socket.c | 2841 KASSERT(m->m_type == MT_SONAME, 3571 KASSERT(m->m_type == MT_SONAME,
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 756 #define MT_SONAME 8 /* socket name */ macro
|