Searched refs:xp_closeproc (Results 1 – 3 of 3) sorted by relevance
192 xprt->xp_closeproc = closeproc; in svc_tli_kcreate()
427 void (*xp_closeproc)(const SVCMASTERXPRT *); member
1025 if (!detached && xprt->xp_threads == 0 && xprt->xp_closeproc) { in svc_xprt_cleanup()1026 (*(xprt->xp_closeproc)) (xprt); in svc_xprt_cleanup()