Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dcallback.c307 if (clp->cl_acceptor) in check_gss_callback_principal()
308 return !strcmp(p, clp->cl_acceptor); in check_gss_callback_principal()
Dclient.c252 kfree(clp->cl_acceptor); in nfs_free_client()
Dnfs4proc.c6613 kfree(clp->cl_acceptor); in nfs4_proc_setclientid()
6614 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred); in nfs4_proc_setclientid()
/linux-6.12.1/include/linux/
Dnfs_fs_sb.h57 char * cl_acceptor; /* GSSAPI acceptor name */ member