Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvc_xprt.h23 int (*xpo_sendto)(struct svc_rqst *); member
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c83 .xpo_sendto = svc_rdma_sendto,
/linux/net/sunrpc/
H A Dsvcsock.c809 .xpo_sendto = svc_udp_sendto, in svc_udp_create()
1319 .xpo_sendto = svc_tcp_sendto, in svc_tcp_create()
H A Dsvc_xprt.c975 status = xprt->xpt_ops->xpo_sendto(rqstp); in svc_age_temp_xprts_now()