Home
last modified time | relevance | path

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

/Linux-v5.10/net/mptcp/
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()
341 subflow_generate_hmac(subflow->local_key, subflow->remote_key, in subflow_finish_connect()
423 subflow_generate_hmac(msk->remote_key, msk->local_key, in subflow_hmac_valid()
490 subflow->remote_key = mp_opt->sndr_key; in mptcp_subflow_fully_established()
904 WRITE_ONCE(msk->remote_key, subflow->remote_key); in subflow_check_data_avail()
1098 subflow->remote_key = msk->remote_key; in __mptcp_subflow_connect()
1113 mptcp_crypto_key_sha(subflow->remote_key, &remote_token, NULL); in __mptcp_subflow_connect()
Doptions.c424 opts->rcvr_key = subflow->remote_key; in mptcp_established_options_mp()
437 subflow, subflow->local_key, subflow->remote_key, in mptcp_established_options_mp()
602 msk->remote_key, in mptcp_established_options_add_addr()
613 msk->remote_key, in mptcp_established_options_add_addr()
865 hmac = add_addr_generate_hmac(msk->remote_key, in add_addr_hmac_valid()
870 hmac = add_addr6_generate_hmac(msk->remote_key, in add_addr_hmac_valid()
960 mptcp_crypto_key_sha(subflow->remote_key, NULL, in mptcp_incoming_options()
Dprotocol.h201 u64 remote_key; member
294 u64 remote_key; member
Dprotocol.c2075 msk->remote_key = mp_opt->sndr_key; in mptcp_sk_clone()
2076 mptcp_crypto_key_sha(msk->remote_key, NULL, &ack_seq); in mptcp_sk_clone()
2369 mptcp_crypto_key_sha(subflow->remote_key, NULL, &ack_seq); in mptcp_finish_connect()
2377 WRITE_ONCE(msk->remote_key, subflow->remote_key); in mptcp_finish_connect()
/Linux-v5.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.c1830 ext_sqe->remote_key = cpu_to_le32(wqe->rdma.r_key); in bnxt_qplib_post_send()
1846 sqe->remote_key = cpu_to_le32(wqe->atomic.r_key); in bnxt_qplib_post_send()