Searched refs:ahmac (Results 1 – 3 of 3) sorted by relevance
265 mp_opt->ahmac = 0; in mptcp_parse_option()287 mp_opt->ahmac = get_unaligned_be64(ptr); in mptcp_parse_option()682 opts->ahmac = 0; in mptcp_established_options_add_addr()1061 (unsigned long long)mp_opt->ahmac); in add_addr_hmac_valid()1063 return hmac == mp_opt->ahmac; in add_addr_hmac_valid()1406 if (opts->ahmac) { in mptcp_write_options()1407 len += sizeof(opts->ahmac); in mptcp_write_options()1425 if (opts->ahmac) { in mptcp_write_options()1426 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options()1432 if (opts->ahmac) { in mptcp_write_options()[all …]
162 u64 ahmac; member
81 u64 ahmac; member
Completed in 12 milliseconds