Home
last modified time | relevance | path

Searched refs:remote_key (Results 1 – 10 of 10) sorted by relevance

/linux/net/mptcp/
H A Dsubflow.c78 READ_ONCE(msk->remote_key), in subflow_req_create_thmac()
419 subflow_generate_hmac(subflow->remote_key, subflow->local_key, in subflow_thmac_valid()
488 subflow->remote_key = mp_opt->sndr_key; in subflow_set_remote_key()
489 mptcp_crypto_key_sha(subflow->remote_key, NULL, &subflow->iasn); in subflow_set_remote_key()
495 WRITE_ONCE(msk->remote_key, subflow->remote_key); in subflow_set_remote_key()
592 subflow_generate_hmac(subflow->local_key, subflow->remote_key, in subflow_finish_connect()
759 subflow_generate_hmac(READ_ONCE(msk->remote_key), in subflow_hmac_valid()
1660 subflow->remote_key = READ_ONCE(msk->remote_key); in __mptcp_subflow_connect()
1679 mptcp_crypto_key_sha(subflow->remote_key, &remote_token, NULL); in __mptcp_subflow_connect()
H A Doptions.c486 opts->rcvr_key = subflow->remote_key; in mptcp_established_options_mp()
510 subflow, subflow->local_key, subflow->remote_key, in mptcp_established_options_mp()
707 READ_ONCE(msk->remote_key), in mptcp_established_options_add_addr()
809 opts->rcvr_key = READ_ONCE(msk->remote_key); in mptcp_established_options_fastclose()
1149 hmac = add_addr_generate_hmac(READ_ONCE(msk->remote_key), in add_addr_hmac_valid()
1275 mptcp_crypto_key_sha(subflow->remote_key, NULL, in mptcp_incoming_options()
H A Dprotocol.h278 u64 remote_key; /* same as above */ member
514 u64 remote_key;
/linux/fs/smb/server/
H A Dksmbd_work.h80 unsigned int remote_key; member
H A Dtransport_rdma.c1198 unsigned int remote_key) in smb_direct_send_ctx_init() argument
1203 send_ctx->remote_key = remote_key; in smb_direct_send_ctx_init()
1226 first->wr.ex.invalidate_rkey = send_ctx->remote_key; in smb_direct_flush_send_list()
1228 send_ctx->remote_key = 0; in smb_direct_flush_send_list()
1613 bool need_invalidate, unsigned int remote_key) in smb_direct_writev() argument
1640 smb_direct_send_ctx_init(&send_ctx, need_invalidate, remote_key); in smb_direct_writev()
H A Dconnection.c288 work->remote_key); in ksmbd_conn_write()
H A Dtransport_tcp.c420 unsigned int remote_key) in ksmbd_tcp_writev() argument
H A Dsmb2pdu.c6723 work->remote_key = le32_to_cpu(desc->token); in smb2_set_remote_key_for_rdma()
/linux/fs/smb/client/
H A Dsmbdirect.c1271 unsigned int remote_key) in smbd_send_batch_init() argument
1276 batch->remote_key = remote_key; in smbd_send_batch_init()
1299 first->wr.ex.invalidate_rkey = batch->remote_key; in smbd_send_batch_flush()
1301 batch->remote_key = 0; in smbd_send_batch_flush()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c1996 ext_sqe->remote_key = cpu_to_le32(wqe->rdma.r_key); in bnxt_qplib_post_send()
2012 sqe->remote_key = cpu_to_le32(wqe->atomic.r_key); in bnxt_qplib_post_send()