Home
last modified time | relevance | path

Searched refs:xs_close (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprtsock.c60 static void xs_close(struct rpc_xprt *xprt);
978 /* Should we call xs_close() here? */ in xs_udp_send_request()
1093 /* Should we call xs_close() here? */ in xs_tcp_send_request()
1233 * xs_close - close a socket
1242 static void xs_close(struct rpc_xprt *xprt) in xs_close() function
1246 dprintk("RPC: xs_close xprt %p\n", xprt); in xs_close()
1277 xs_close(xprt); in xs_destroy()
2647 .close = xs_close,
2669 .close = xs_close,
/kernel/linux/linux-6.6/net/sunrpc/
H A Dxprtsock.c64 static void xs_close(struct rpc_xprt *xprt);
1040 /* Should we call xs_close() here? */ in xs_udp_send_request()
1144 /* Should we call xs_close() here? */ in xs_tcp_send_request()
1285 * xs_close - close a socket
1294 static void xs_close(struct rpc_xprt *xprt) in xs_close() function
1298 dprintk("RPC: xs_close xprt %p\n", xprt); in xs_close()
1331 xs_close(xprt); in xs_destroy()
2218 xs_close(xprt); in xs_tcp_shutdown()
3029 .close = xs_close,
3053 .close = xs_close,
[all...]

Completed in 10 milliseconds