Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_mech.c620 p = simple_get_bytes(p, end, &ctx->seq_send64, sizeof(ctx->seq_send64)); in gss_import_v2_context()
624 ctx->seq_send = ctx->seq_send64; in gss_import_v2_context()
625 if (ctx->seq_send64 != ctx->seq_send) { in gss_import_v2_context()
627 (unsigned long)ctx->seq_send64, ctx->seq_send); in gss_import_v2_context()
Dgss_krb5_seal.c188 seq_send = ctx->seq_send64++; in gss_get_mic_v2()
Dgss_krb5_wrap.c483 *be64ptr = cpu_to_be64(kctx->seq_send64++); in gss_wrap_kerberos_v2()
/linux-4.4.14/include/linux/sunrpc/
Dgss_krb5.h111 u64 seq_send64; member