Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Dsubflow.c87 subflow_generate_hmac(msk->local_key, msk->remote_key, in subflow_token_join_request()
261 subflow_generate_hmac(subflow->remote_key, subflow->local_key, in subflow_thmac_valid()
321 subflow->remote_key = mp_opt.sndr_key; in subflow_finish_connect()
323 subflow->remote_key); in subflow_finish_connect()
344 subflow_generate_hmac(subflow->local_key, subflow->remote_key, in subflow_finish_connect()
428 subflow_generate_hmac(msk->remote_key, msk->local_key, in subflow_hmac_valid()
494 subflow->remote_key = mp_opt->sndr_key; in mptcp_subflow_fully_established()
906 WRITE_ONCE(msk->remote_key, subflow->remote_key); in subflow_check_data_avail()
1106 subflow->remote_key = msk->remote_key; in __mptcp_subflow_connect()
1121 mptcp_crypto_key_sha(subflow->remote_key, &remote_token, NULL); in __mptcp_subflow_connect()
H A 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()
H A Dprotocol.h201 u64 remote_key; member
294 u64 remote_key; member
H A 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h315 __le32 remote_key; member
330 __le32 remote_key; member
346 __le32 remote_key; member
358 __le32 remote_key; member
H A Dqplib_fp.h60 __le32 remote_key; member
H A 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()