Home
last modified time | relevance | path

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

/net/mptcp/
Dsubflow.c90 subflow_req->thmac = get_unaligned_be64(hmac); in subflow_token_join_request()
258 u64 thmac; in subflow_thmac_valid() local
264 thmac = get_unaligned_be64(hmac); in subflow_thmac_valid()
267 (unsigned long long)thmac, in subflow_thmac_valid()
268 (unsigned long long)subflow->thmac); in subflow_thmac_valid()
270 return thmac == subflow->thmac; in subflow_thmac_valid()
329 subflow->thmac = mp_opt.thmac; in subflow_finish_connect()
332 subflow->thmac, subflow->remote_nonce); in subflow_finish_connect()
1390 new_ctx->thmac = subflow_req->thmac; in subflow_ulp_clone()
Doptions.c119 mp_opt->thmac = get_unaligned_be64(ptr); in mptcp_parse_option()
125 mp_opt->thmac, mp_opt->nonce); in mptcp_parse_option()
713 opts->thmac = subflow_req->thmac; in mptcp_synack_options()
717 opts->thmac, opts->nonce); in mptcp_synack_options()
1078 put_unaligned_be64(opts->thmac, ptr); in mptcp_write_options()
Dprotocol.h112 u64 thmac; member
271 u64 thmac; member
318 u64 thmac; member