Home
last modified time | relevance | path

Searched refs:thmac (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/mptcp/
Dsubflow.c82 subflow_req->thmac = get_unaligned_be64(hmac); in subflow_req_create_thmac()
382 u64 thmac; in subflow_thmac_valid() local
388 thmac = get_unaligned_be64(hmac); in subflow_thmac_valid()
390 subflow, subflow->token, thmac, subflow->thmac); in subflow_thmac_valid()
392 return thmac == subflow->thmac; in subflow_thmac_valid()
509 subflow->thmac = mp_opt.thmac; in subflow_finish_connect()
513 subflow, subflow->thmac, subflow->remote_nonce, in subflow_finish_connect()
1947 new_ctx->thmac = subflow_req->thmac; in subflow_ulp_clone()
Doptions.c139 mp_opt->thmac = get_unaligned_be64(ptr); in mptcp_parse_option()
145 mp_opt->thmac, mp_opt->nonce); in mptcp_parse_option()
913 opts->thmac = subflow_req->thmac; in mptcp_synack_options()
917 opts->thmac, opts->nonce); in mptcp_synack_options()
1500 put_unaligned_be64(opts->thmac, ptr); in mptcp_write_options()
Dprotocol.h167 u64 thmac; member
422 u64 thmac; member
498 u64 thmac;
/Linux-v6.6/include/net/
Dmptcp.h92 u64 thmac; member