Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsmbdirect.h133 unsigned int remote_key);
147 unsigned int remote_key);
/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 Dprotocol.h286 u64 remote_key; /* same as above */ member
549 u64 remote_key;
/linux/fs/smb/server/
H A Dksmbd_work.h80 unsigned int remote_key; member
H A Dtransport_rdma.c243 bool need_invalidate, unsigned int remote_key) in smb_direct_writev() argument
252 need_invalidate, remote_key); in smb_direct_writev()
H A Dconnection.h139 unsigned int remote_key);
H A Dconnection.c373 work->remote_key); in ksmbd_conn_write()
H A Dsmb2pdu.c6803 work->remote_key = le32_to_cpu(desc->token); in smb2_set_remote_key_for_rdma()
/linux/fs/smb/smbdirect/
H A Dconnection.c893 unsigned int remote_key) in smbdirect_connection_send_batch_init() argument
898 batch->remote_key = remote_key; in smbdirect_connection_send_batch_init()
921 first->wr.ex.invalidate_rkey = batch->remote_key; in smbdirect_connection_send_batch_flush()
923 batch->remote_key = 0; in smbdirect_connection_send_batch_flush()
966 unsigned int remote_key) in smbdirect_init_send_batch_storage() argument
975 remote_key); in smbdirect_init_send_batch_storage()
1297 unsigned int remote_key) in smbdirect_connection_send_iter() argument
1343 smbdirect_connection_send_batch_init(&batch, need_invalidate, remote_key); in smbdirect_connection_send_iter()