Searched refs:__ip_map_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 173 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr); 243 ipmp = __ip_map_lookup(cd, class, &sin6.sin6_addr); in ip_map_parse() 288 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup() function 312 return __ip_map_lookup(sn->ip_map_cache, class, addr); in ip_map_lookup() 706 ipm = __ip_map_lookup(sn->ip_map_cache, rqstp->rq_server->sv_program->pg_class, in svcauth_unix_set_client()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 175 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr); 245 ipmp = __ip_map_lookup(cd, class, &sin6.sin6_addr); in ip_map_parse() 290 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup() function 700 ipm = __ip_map_lookup(sn->ip_map_cache, rqstp->rq_server->sv_program->pg_class, in svcauth_unix_set_client()
|
Completed in 4 milliseconds