Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dauth_unix.c115 __be32 *p, *cred_len, *gidarr_len; in unx_marshal() local
127 cred_len = p++; in unx_marshal()
143 *cred_len = cpu_to_be32((p - cred_len - 1) << 2); in unx_marshal()
/Linux-v6.1/net/sunrpc/auth_gss/
Dauth_gss.c1510 __be32 *p, *cred_len; in gss_marshal() local
1524 cred_len = p++; in gss_marshal()
1538 *cred_len = cpu_to_be32((p - (cred_len + 1)) << 2); in gss_marshal()