Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h473 static inline int xprt_bound(struct rpc_xprt *xprt) in xprt_bound() function
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dclnt.c273 if (!xprt_bound(xprt)) in rpc_clnt_set_transport()
1890 if (!xprt_bound(task->tk_xprt)) in call_encode()
1926 if (xprt_bound(xprt)) { in call_bind()
1954 if (xprt_bound(xprt)) { in call_bind_status()
H A Dxprtsock.c947 if (!xprt_bound(xprt)) in xs_udp_send_request()
2233 if (!xprt_bound(xprt)) in xs_tcp_finish_connecting()
2918 if (xprt_bound(xprt)) in xs_setup_udp()
3000 if (xprt_bound(xprt)) in xs_setup_tcp()
H A Drpcb_clnt.c674 if (xprt_bound(xprt)) { in rpcb_getport_async()
H A Dxprt.c882 if (!xprt_bound(xprt)) { in xprt_connect()