Searched refs:seq_send64 (Results 1 – 4 of 4) sorted by relevance
398 u64 seq_send64; in gss_import_v2_context() local413 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()
123 seq_send_be64 = cpu_to_be64(atomic64_fetch_inc(&ctx->seq_send64)); in gss_krb5_get_mic_v2()
131 *be64ptr = cpu_to_be64(atomic64_fetch_inc(&kctx->seq_send64)); in gss_krb5_wrap_v2()
78 atomic64_t seq_send64; member