Home
last modified time | relevance | path

Searched refs:xprt_request_get_cong (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/xprtrdma/
H A Dbackchannel.c107 if (!xprt_request_get_cong(xprt, rqst)) in xprt_rdma_bc_send_reply()
H A Dtransport.c636 if (!xprt_request_get_cong(xprt, rqst)) in xprt_rdma_send_request()
/linux/include/linux/sunrpc/
H A Dxprt.h425 bool xprt_request_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req);
/linux/net/sunrpc/
H A Dxprt.c499 xprt_request_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_request_get_cong() function
510 EXPORT_SYMBOL_GPL(xprt_request_get_cong);
H A Dxprtsock.c1020 if (!xprt_request_get_cong(xprt, req)) in xs_udp_send_request()