Home
last modified time | relevance | path

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

/Linux-v5.10/net/mptcp/
Doptions.c267 mp_opt->ahmac = get_unaligned_be64(ptr); in mptcp_parse_option()
299 mp_opt->ahmac = 0; in mptcp_get_options()
601 opts->ahmac = add_addr_generate_hmac(msk->local_key, in mptcp_established_options_add_addr()
612 opts->ahmac = add_addr6_generate_hmac(msk->local_key, in mptcp_established_options_add_addr()
619 pr_debug("addr_id=%d, ahmac=%llu, echo=%d", opts->addr_id, opts->ahmac, echo); in mptcp_established_options_add_addr()
877 (unsigned long long)mp_opt->ahmac); in add_addr_hmac_valid()
879 return hmac == mp_opt->ahmac; in add_addr_hmac_valid()
1018 if (opts->ahmac) in mptcp_write_options()
1029 if (opts->ahmac) { in mptcp_write_options()
1030 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options()
[all …]
Dprotocol.h130 u64 ahmac; member
/Linux-v5.10/include/net/
Dmptcp.h48 u64 ahmac; member