Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mptcp/
Dsubflow.c86 subflow_generate_hmac(msk->local_key, msk->remote_key, in subflow_token_join_request()
260 subflow_generate_hmac(subflow->remote_key, subflow->local_key, in subflow_thmac_valid()
320 subflow->remote_key = mp_opt.sndr_key; in subflow_finish_connect()
322 subflow->remote_key); in subflow_finish_connect()
343 subflow_generate_hmac(subflow->local_key, subflow->remote_key, in subflow_finish_connect()
454 subflow_generate_hmac(msk->remote_key, msk->local_key, in subflow_hmac_valid()
520 subflow->remote_key = mp_opt->sndr_key; in mptcp_subflow_fully_established()
932 WRITE_ONCE(msk->remote_key, subflow->remote_key); in subflow_check_data_avail()
1132 subflow->remote_key = msk->remote_key; in __mptcp_subflow_connect()
1147 mptcp_crypto_key_sha(subflow->remote_key, &remote_token, NULL); in __mptcp_subflow_connect()
Doptions.c426 opts->rcvr_key = subflow->remote_key; in mptcp_established_options_mp()
439 subflow, subflow->local_key, subflow->remote_key, in mptcp_established_options_mp()
604 msk->remote_key, in mptcp_established_options_add_addr()
615 msk->remote_key, in mptcp_established_options_add_addr()
867 hmac = add_addr_generate_hmac(msk->remote_key, in add_addr_hmac_valid()
872 hmac = add_addr6_generate_hmac(msk->remote_key, in add_addr_hmac_valid()
962 mptcp_crypto_key_sha(subflow->remote_key, NULL, in mptcp_incoming_options()
Dprotocol.h201 u64 remote_key; member
294 u64 remote_key; member
Dprotocol.c2086 msk->remote_key = mp_opt->sndr_key; in mptcp_sk_clone()
2087 mptcp_crypto_key_sha(msk->remote_key, NULL, &ack_seq); in mptcp_sk_clone()
2429 mptcp_crypto_key_sha(subflow->remote_key, NULL, &ack_seq); in mptcp_finish_connect()
2437 WRITE_ONCE(msk->remote_key, subflow->remote_key); in mptcp_finish_connect()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
Droce_hsi.h315 __le32 remote_key; member
330 __le32 remote_key; member
346 __le32 remote_key; member
358 __le32 remote_key; member
Dqplib_fp.h60 __le32 remote_key; member
Dqplib_fp.c1831 ext_sqe->remote_key = cpu_to_le32(wqe->rdma.r_key); in bnxt_qplib_post_send()
1847 sqe->remote_key = cpu_to_le32(wqe->atomic.r_key); in bnxt_qplib_post_send()