Searched refs:seq_send (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/sunrpc/auth_gss/ |
| D | gss_krb5_seal.c | 135 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()
|
| D | gss_krb5_mech.c | 233 u32 seq_send; in gss_import_v1_context() local 278 p = simple_get_bytes(p, end, &seq_send, sizeof(seq_send)); in gss_import_v1_context() 281 atomic_set(&ctx->seq_send, seq_send); in gss_import_v1_context() 517 atomic_set(&ctx->seq_send, seq_send64); in gss_import_v2_context() 518 if (seq_send64 != atomic_read(&ctx->seq_send)) { in gss_import_v2_context() 520 seq_send64, atomic_read(&ctx->seq_send)); in gss_import_v2_context()
|
| D | gss_krb5_wrap.c | 169 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()
|
| /Linux-v5.10/include/linux/sunrpc/ |
| D | gss_krb5.h | 109 atomic_t seq_send; member
|