Home
last modified time | relevance | path

Searched refs:m_uiotombuf (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_device.c471 if ((m = m_uiotombuf(uio, M_NOWAIT, 0, 0, M_PKTHDR)) == NULL) in ngdwrite()
/f-stack/freebsd/kern/
H A Dkern_sendfile.c843 mh = m_uiotombuf(hdr_uio, M_WAITOK, space, in vn_sendfile()
847 mh = m_uiotombuf(hdr_uio, M_WAITOK, in vn_sendfile()
H A Duipc_socket.c1471 top = m_uiotombuf(uio, M_WAITOK, space, max_hdr,
1700 top = m_uiotombuf(uio, M_WAITOK, space,
1711 top = m_uiotombuf(uio, M_WAITOK, space,
H A Duipc_mbuf.c1744 m_uiotombuf(struct uio *uio, int how, int len, int align, int flags) in m_uiotombuf() function
/f-stack/tools/compat/include/sys/
H A Dmbuf.h614 struct mbuf *m_uiotombuf(struct uio *, int, int, int, int);
/f-stack/freebsd/sys/
H A Dmbuf.h836 struct mbuf *m_uiotombuf(struct uio *, int, int, int, int);
/f-stack/freebsd/net/
H A Dif_tuntap.c1886 if ((m = m_uiotombuf(uio, M_NOWAIT, 0, align, M_PKTHDR)) == NULL) { in tunwrite()
/f-stack/freebsd/netinet/
H A Dsctp_output.c12290 m = m_uiotombuf(uio, M_WAITOK, max_send_len, 0, in sctp_copy_resume()
12307 sp->data = m_uiotombuf(uio, M_WAITOK, sp->length, in sctp_copy_one()