Searched refs:m_uiotombuf (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_device.c | 505 m = m_uiotombuf(uio, M_NOWAIT, 0, priv->ether_align, M_PKTHDR); in ngdwrite()
|
/freebsd/sys/dev/beri/virtio/network/ |
H A D | if_vtbe.c | 416 if ((m = m_uiotombuf(&uio, M_NOWAIT, 0, ETHER_ALIGN, in vtbe_proc_rx()
|
/freebsd/sys/kern/ |
H A D | kern_sendfile.c | 839 mh = m_uiotombuf(hdr_uio, M_WAITOK, space, in vn_sendfile() 843 mh = m_uiotombuf(hdr_uio, M_WAITOK, in vn_sendfile()
|
H A D | uipc_socket.c | 2205 top = m_uiotombuf(uio, M_WAITOK, space, max_hdr, 2436 top = m_uiotombuf(uio, M_WAITOK, space, 2447 top = m_uiotombuf(uio, M_WAITOK, space,
|
H A D | uipc_mbuf.c | 1950 m_uiotombuf(struct uio *uio, int how, int len, int lspace, int flags) in m_uiotombuf() function
|
H A D | uipc_usrreq.c | 1159 m = m_uiotombuf(uio, M_WAITOK, 0, max_hdr, M_PKTHDR); in uipc_sosend_dgram()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 864 struct mbuf *m_uiotombuf(struct uio *, int, int, int, int);
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 1144 top = m_uiotombuf(uio, M_WAITOK, copy, in sdp_sosend()
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 1913 if ((m = m_uiotombuf(uio, M_NOWAIT, 0, align, M_PKTHDR)) == NULL) { in tunwrite()
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 12404 m = m_uiotombuf(uio, M_WAITOK, max_send_len, 0, in sctp_copy_resume() 12422 sp->data = m_uiotombuf(uio, M_WAITOK, sp->length, resv_upfront, 0); in sctp_copy_one()
|