Home
last modified time | relevance | path

Searched refs:xpo_recvfrom (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc_xprt.h22 int (*xpo_recvfrom)(struct svc_rqst *); member
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c83 .xpo_recvfrom = svc_rdma_recvfrom,
428 * This is the xpo_recvfrom function for listening endpoints. Its
/linux/net/sunrpc/
H A Dsvcsock.c823 .xpo_recvfrom = svc_udp_recvfrom,
1338 .xpo_recvfrom = svc_tcp_recvfrom,
H A Dsvc_xprt.c870 len = xprt->xpt_ops->xpo_recvfrom(rqstp); in svc_handle_xprt()