Searched refs:remote_key (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | subflow.c | 87 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 D | options.c | 426 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 D | protocol.h | 201 u64 remote_key; member 294 u64 remote_key; member
|
| H A D | protocol.c | 2086 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 D | roce_hsi.h | 315 __le32 remote_key; member 330 __le32 remote_key; member 346 __le32 remote_key; member 358 __le32 remote_key; member
|
| H A D | qplib_fp.h | 60 __le32 remote_key; member
|
| H A D | qplib_fp.c | 1831 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()
|