Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dsvcsock.c68 static void svc_sock_free(struct svc_xprt *);
691 .xpo_free = svc_sock_free,
1275 .xpo_free = svc_sock_free,
1612 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free() function