Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c252 xprt->bind_timeout = 0; in xprt_setup_rdma_bc()
/linux/include/linux/sunrpc/
H A Dxprt.h252 unsigned long bind_timeout, member
/linux/net/sunrpc/
H A Dxprtsock.c3250 xprt->bind_timeout = XS_BIND_TO; in xs_setup_local()
3318 xprt->bind_timeout = XS_BIND_TO; in xs_setup_udp()
3398 xprt->bind_timeout = XS_BIND_TO; in xs_setup_tcp()
3480 xprt->bind_timeout = XS_BIND_TO; in xs_setup_tcp_tls()
3568 xprt->bind_timeout = 0; in xs_setup_bc_tcp()
H A Drpcb_clnt.c691 NULL, jiffies + xprt->bind_timeout); in rpcb_getport_async()