Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsvc_xprt.h28 void (*xpo_free)(struct svc_xprt *); member
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c88 .xpo_free = svc_rdma_free,
614 * dispatch xpo_free = svc_rdma_free, which tears down sc_qp, in svc_rdma_accept()
/linux/net/sunrpc/
H A Dsvcsock.c828 .xpo_free = svc_sock_free,
1343 .xpo_free = svc_sock_free, in svc_init_xprt_sock()
H A Dsvc_xprt.c181 xprt->xpt_ops->xpo_free(xprt); in svc_xprt_free()