Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvcsock.c68 static void svc_sock_free(struct svc_xprt *);
704 .xpo_free = svc_sock_free,
1292 .xpo_free = svc_sock_free,
1621 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free() function