Home
last modified time | relevance | path

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

/Linux-v5.15/net/mptcp/
Dsubflow.c80 subflow_req->thmac = get_unaligned_be64(hmac); in subflow_req_create_thmac()
339 u64 thmac; in subflow_thmac_valid() local
345 thmac = get_unaligned_be64(hmac); in subflow_thmac_valid()
348 (unsigned long long)thmac, in subflow_thmac_valid()
349 (unsigned long long)subflow->thmac); in subflow_thmac_valid()
351 return thmac == subflow->thmac; in subflow_thmac_valid()
444 subflow->thmac = mp_opt.thmac; in subflow_finish_connect()
447 subflow, subflow->thmac, subflow->remote_nonce, in subflow_finish_connect()
1748 new_ctx->thmac = subflow_req->thmac; in subflow_ulp_clone()
Doptions.c134 mp_opt->thmac = get_unaligned_be64(ptr); in mptcp_parse_option()
140 mp_opt->thmac, mp_opt->nonce); in mptcp_parse_option()
893 opts->thmac = subflow_req->thmac; in mptcp_synack_options()
897 opts->thmac, opts->nonce); in mptcp_synack_options()
1404 put_unaligned_be64(opts->thmac, ptr); in mptcp_write_options()
Dprotocol.h158 u64 thmac; member
378 u64 thmac; member
441 u64 thmac; member
/Linux-v5.15/include/net/
Dmptcp.h88 u64 thmac; member