Searched refs:ahmac (Results 1 – 3 of 3) sorted by relevance
271 mp_opt->ahmac = 0; in mptcp_parse_option()293 mp_opt->ahmac = get_unaligned_be64(ptr); in mptcp_parse_option()686 opts->ahmac = 0; in mptcp_established_options_add_addr()1110 msk, hmac, mp_opt->ahmac); in add_addr_hmac_valid()1112 return hmac == mp_opt->ahmac; in add_addr_hmac_valid()1526 if (opts->ahmac) { in mptcp_write_options()1527 len += sizeof(opts->ahmac); in mptcp_write_options()1545 if (opts->ahmac) { in mptcp_write_options()1546 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options()1552 if (opts->ahmac) { in mptcp_write_options()[all …]
172 u64 ahmac; member
83 u64 ahmac; member
Completed in 14 milliseconds