Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Dsubflow.c91 subflow_req->thmac = get_unaligned_be64(hmac); in subflow_token_join_request()
259 u64 thmac; in subflow_thmac_valid() local
265 thmac = get_unaligned_be64(hmac); in subflow_thmac_valid()
268 (unsigned long long)thmac, in subflow_thmac_valid()
269 (unsigned long long)subflow->thmac); in subflow_thmac_valid()
271 return thmac == subflow->thmac; in subflow_thmac_valid()
331 subflow->thmac = mp_opt.thmac; in subflow_finish_connect()
334 subflow->thmac, subflow->remote_nonce); in subflow_finish_connect()
1365 new_ctx->thmac = subflow_req->thmac; in subflow_ulp_clone()
H A Doptions.c118 mp_opt->thmac = get_unaligned_be64(ptr); in mptcp_parse_option()
124 mp_opt->thmac, mp_opt->nonce); in mptcp_parse_option()
712 opts->thmac = subflow_req->thmac; in mptcp_synack_options()
716 opts->thmac, opts->nonce); in mptcp_synack_options()
1077 put_unaligned_be64(opts->thmac, ptr); in mptcp_write_options()
H A Dprotocol.h112 u64 thmac; member
271 u64 thmac; member
318 u64 thmac; member
/OK3568_Linux_fs/kernel/include/net/
H A Dmptcp.h53 u64 thmac; member