Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth_unix.c352 ipm = xprt->xpt_auth_cache; in ip_map_cached_get()
361 xprt->xpt_auth_cache = NULL; in ip_map_cached_get()
378 if (xprt->xpt_auth_cache == NULL) { in ip_map_cached_put()
380 xprt->xpt_auth_cache = ipm; in ip_map_cached_put()
398 ipm = xpt->xpt_auth_cache; in svcauth_unix_info_release()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc_xprt.h80 void *xpt_auth_cache;/* auth cache */ member