Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsvcsock.c68 static void svc_sock_free(struct svc_xprt *);
729 .xpo_free = svc_sock_free,
1317 .xpo_free = svc_sock_free,
1645 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free() function