Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c115 #define HASH(key) ((key) % svc_rpc_gss_hashmod)
151 int svc_rpc_gss_hashmod = GSS_DATA_HASH_SIZE; variable
299 kmem_zalloc(svc_rpc_gss_hashmod * sizeof (svc_rpc_gss_data *), in svc_gss_init()
328 kmem_free(clients, svc_rpc_gss_hashmod * sizeof (svc_rpc_gss_data *)); in svc_gss_fini()