Searched refs:seq_send (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_seal.c | 136 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()
|
D | gss_krb5_wrap.c | 169 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()
|
D | gss_krb5_mech.c | 318 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/ |
D | tfc_cmd.c | 169 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()
|
D | tfc_io.c | 177 error = lport->tt.seq_send(lport, seq, fp); in ft_queue_data_in()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | gss_krb5.h | 110 u32 seq_send; member
|
/linux-4.4.14/include/scsi/ |
D | libfc.h | 545 int (*seq_send)(struct fc_lport *, struct fc_seq *, member
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_fcp.c | 690 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()
|
D | fc_exch.c | 2563 if (!lport->tt.seq_send) in fc_exch_init() 2564 lport->tt.seq_send = fc_seq_send; in fc_exch_init()
|