Home
last modified time | relevance | path

Searched refs:seq_send (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_seal.c136 u32 seq_send; in gss_get_mic_v1() local
158 seq_send = ctx->seq_send++; in gss_get_mic_v1()
162 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8)) in gss_get_mic_v1()
177 u64 seq_send; in gss_get_mic_v2() local
188 seq_send = ctx->seq_send64++; in gss_get_mic_v2()
190 *((__be64 *)(krb5_hdr + 8)) = cpu_to_be64(seq_send); in gss_get_mic_v2()
Dgss_krb5_wrap.c169 u32 seq_send; in gss_wrap_kerberos_v1() local
232 seq_send = kctx->seq_send++; in gss_wrap_kerberos_v1()
238 seq_send, ptr + GSS_KRB5_TOK_HDR_LEN, ptr + 8))) in gss_wrap_kerberos_v1()
249 krb5_rc4_setup_enc_key(kctx, cipher, seq_send); in gss_wrap_kerberos_v1()
Dgss_krb5_mech.c318 p = simple_get_bytes(p, end, &ctx->seq_send, sizeof(ctx->seq_send)); in gss_import_v1_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()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c169 rc = lport->tt.seq_send(lport, cmd->seq, fp); in ft_queue_status()
240 lport->tt.seq_send(lport, cmd->seq, fp); in ft_write_pending()
321 lport->tt.seq_send(lport, sp, fp); in ft_send_resp_status()
Dtfc_io.c177 error = lport->tt.seq_send(lport, seq, fp); in ft_queue_data_in()
/linux-4.4.14/include/linux/sunrpc/
Dgss_krb5.h110 u32 seq_send; member
/linux-4.4.14/include/scsi/
Dlibfc.h545 int (*seq_send)(struct fc_lport *, struct fc_seq *, member
/linux-4.4.14/drivers/scsi/libfc/
Dfc_fcp.c690 error = lport->tt.seq_send(lport, seq, fp); in fc_fcp_send_data()
982 lport->tt.seq_send(lport, csp, conf_frame); in fc_fcp_complete_locked()
Dfc_exch.c2563 if (!lport->tt.seq_send) in fc_exch_init()
2564 lport->tt.seq_send = fc_seq_send; in fc_exch_init()