Home
last modified time | relevance | path

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

/linux-6.12.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-6.12.1/net/sunrpc/auth_gss/
Dauth_gss.c1542 __be32 *p, *cred_len; in gss_marshal() local
1556 cred_len = p++; in gss_marshal()
1570 *cred_len = cpu_to_be32((p - (cred_len + 1)) << 2); in gss_marshal()