Home
last modified time | relevance | path

Searched refs:seq_send (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_seal.c135 u32 seq_send; in gss_get_mic_v1() local
156 seq_send = atomic_fetch_inc(&ctx->seq_send); in gss_get_mic_v1()
159 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8)) in gss_get_mic_v1()
H A Dgss_krb5_mech.c214 u32 seq_send; in gss_import_v1_context() local
259 p = simple_get_bytes(p, end, &seq_send, sizeof(seq_send)); in gss_import_v1_context()
262 atomic_set(&ctx->seq_send, seq_send); in gss_import_v1_context()
504 /* set seq_send for use by "older" enctypes */ in gss_import_v2_context()
505 atomic_set(&ctx->seq_send, seq_send64); in gss_import_v2_context()
506 if (seq_send64 != atomic_read(&ctx->seq_send)) { in gss_import_v2_context()
507 dprintk("%s: seq_send64 %llx, seq_send %x overflow?\n", __func__, in gss_import_v2_context()
508 seq_send64, atomic_read(&ctx->seq_send)); in gss_import_v2_context()
[all...]
H A Dgss_krb5_wrap.c169 u32 seq_send; in gss_wrap_kerberos_v1() local
231 seq_send = atomic_fetch_inc(&kctx->seq_send); in gss_wrap_kerberos_v1()
236 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8))) in gss_wrap_kerberos_v1()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c417 /* set seq_send for use by "older" enctypes */ 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()
420 dprintk("%s: seq_send64 %llx, seq_send %x overflow?\n", __func__, in gss_import_v2_context()
421 seq_send64, atomic_read(&ctx->seq_send)); in gss_import_v2_context()
H A Dgss_krb5_internal.h77 atomic_t seq_send; member
/kernel/linux/linux-6.6/fs/dlm/
H A Dmidcomms.c157 atomic_t seq_send; member
323 atomic_set(&node->seq_send, DLM_SEQ_INIT); in midcomms_node_reset()
976 mh->seq = atomic_fetch_inc(&mh->node->seq_send); in midcomms_new_msg_cb()
1486 h->u.h_seq = cpu_to_le32(atomic_fetch_inc(&rd->node->seq_send)); in midcomms_new_rawmsg_cb()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dgss_krb5.h110 atomic_t seq_send; member

Completed in 7 milliseconds