Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Dsocklib.h11 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg,
Dsocklib.c264 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sock_sendmsg() function
Dxprtsock.c956 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, in xs_local_send_request()
1027 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, 0, 0, &sent); in xs_udp_send_request()
1127 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, in xs_tcp_send_request()
2972 err = xprt_sock_sendmsg(transport->sock, &msg, xdr, 0, marker, &sent); in bc_sendto()