Home
last modified time | relevance | path

Searched refs:xprt_sock_sendmsg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsocklib.h11 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg,
H A Dsocklib.c264 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sock_sendmsg() function
H A Dxprtsock.c945 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, in xs_local_send_request()
1016 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, 0, 0, &sent); in xs_udp_send_request()
1116 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, in xs_tcp_send_request()
2965 err = xprt_sock_sendmsg(transport->sock, &msg, xdr, 0, marker, &sent); in bc_sendto()