Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dxprt.h515 static inline int xprt_bound(struct rpc_xprt *xprt) in xprt_bound() function
/linux/net/sunrpc/
H A Dxprtsock.c1037 if (!xprt_bound(xprt)) in xs_udp_send_request()
2401 if (!xprt_bound(xprt)) in xs_tcp_finish_connecting()
2572 if (!xprt_bound(upper_xprt)) in xs_tcp_tls_finish_connecting()
3373 if (xprt_bound(xprt)) in xs_setup_udp()
3461 if (xprt_bound(xprt)) in xs_setup_tcp()
3549 if (xprt_bound(xprt)) in xs_setup_tcp_tls()
H A Dclnt.c2029 if (!xprt_bound(task->tk_xprt)) in call_encode()
2065 if (xprt_bound(xprt)) { in call_bind()
2093 if (xprt_bound(xprt)) { in call_bind_status()
H A Drpcb_clnt.c703 if (xprt_bound(xprt)) { in rpcb_getport_async()
H A Dxprt.c929 if (!xprt_bound(xprt)) { in xprt_connect()