Home
last modified time | relevance | path

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

/linux-6.1.9/net/sunrpc/
Dsvcsock.c70 static void svc_sock_detach(struct svc_xprt *);
635 .xpo_detach = svc_sock_detach,
1491 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach() function
1512 svc_sock_detach(xprt); in svc_tcp_sock_detach()