Lines Matching refs:ahmac
266 mp_opt->ahmac = get_unaligned_be64(ptr); in mptcp_parse_option()
298 mp_opt->ahmac = 0; in mptcp_get_options()
603 opts->ahmac = add_addr_generate_hmac(msk->local_key, in mptcp_established_options_add_addr()
614 opts->ahmac = add_addr6_generate_hmac(msk->local_key, in mptcp_established_options_add_addr()
621 pr_debug("addr_id=%d, ahmac=%llu, echo=%d", opts->addr_id, opts->ahmac, echo); in mptcp_established_options_add_addr()
879 (unsigned long long)mp_opt->ahmac); in add_addr_hmac_valid()
881 return hmac == mp_opt->ahmac; in add_addr_hmac_valid()
1020 if (opts->ahmac) in mptcp_write_options()
1031 if (opts->ahmac) { in mptcp_write_options()
1032 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options()
1039 if (opts->ahmac) in mptcp_write_options()
1050 if (opts->ahmac) { in mptcp_write_options()
1051 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options()