Searched refs:thmac (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | 82 subflow_req->thmac = get_unaligned_be64(hmac); in subflow_req_create_thmac() 397 u64 thmac; in subflow_thmac_valid() local 403 thmac = get_unaligned_be64(hmac); in subflow_thmac_valid() 404 pr_debug("subflow=%p, token=%u, thmac=%llu, subflow->thmac=%llu\n", in subflow_thmac_valid() 405 subflow, subflow->token, thmac, subflow->thmac); in subflow_thmac_valid() 407 return thmac == subflow->thmac; in subflow_thmac_valid() 551 subflow->thmac in subflow_finish_connect() [all...] |
H A D | options.c | 140 mp_opt->thmac = get_unaligned_be64(ptr); in mptcp_parse_option() 146 mp_opt->thmac, mp_opt->nonce); in mptcp_parse_option() 917 opts->thmac = subflow_req->thmac; in mptcp_synack_options() 921 opts->thmac, opts->nonce); in mptcp_synack_options() 1509 put_unaligned_be64(opts->thmac, ptr); in mptcp_write_options()
|
H A D | protocol.h | 170 u64 thmac; member 433 u64 thmac; member 511 u64 thmac;
|
/openbmc/linux/include/net/ |
H A D | mptcp.h | 92 u64 thmac; member
|