Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dauth_unix.c107 __be32 *p, *cred_len, *gidarr_len; in unx_marshal() local
119 cred_len = p++; in unx_marshal()
135 *cred_len = cpu_to_be32((p - cred_len - 1) << 2); in unx_marshal()
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c1507 __be32 *p, *cred_len; in gss_marshal() local
1521 cred_len = p++; in gss_marshal()
1535 *cred_len = cpu_to_be32((p - (cred_len + 1)) << 2); in gss_marshal()

Completed in 7 milliseconds