Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c398 u64 seq_send64; in gss_import_v2_context() local
413 p = simple_get_bytes(p, end, &seq_send64, sizeof(seq_send64)); in gss_import_v2_context()
416 atomic64_set(&ctx->seq_send64, seq_send64); in gss_import_v2_context()
418 atomic_set(&ctx->seq_send, seq_send64); in gss_import_v2_context()
419 if (seq_send64 != atomic_read(&ctx->seq_send)) { in gss_import_v2_context()
421 seq_send64, atomic_read(&ctx->seq_send)); in gss_import_v2_context()
H A Dgss_krb5_seal.c123 seq_send_be64 = cpu_to_be64(atomic64_fetch_inc(&ctx->seq_send64)); in gss_krb5_get_mic_v2()
H A Dgss_krb5_wrap.c131 *be64ptr = cpu_to_be64(atomic64_fetch_inc(&kctx->seq_send64)); in gss_krb5_wrap_v2()
H A Dgss_krb5_internal.h78 atomic64_t seq_send64; member