Home
last modified time | relevance | path

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

/linux-6.15/net/mptcp/
H A Doptions.c265 mp_opt->ahmac = 0; in mptcp_parse_option()
287 mp_opt->ahmac = get_unaligned_be64(ptr); in mptcp_parse_option()
689 opts->ahmac = 0; in mptcp_established_options_add_addr()
1114 msk, hmac, mp_opt->ahmac); in add_addr_hmac_valid()
1116 return hmac == mp_opt->ahmac; in add_addr_hmac_valid()
1533 if (opts->ahmac) { in mptcp_write_options()
1534 len += sizeof(opts->ahmac); in mptcp_write_options()
1552 if (opts->ahmac) { in mptcp_write_options()
1553 put_unaligned_be64(opts->ahmac, ptr); in mptcp_write_options()
1559 if (opts->ahmac) { in mptcp_write_options()
[all …]
H A Dprotocol.h176 u64 ahmac; member
/linux-6.15/include/net/
H A Dmptcp.h84 u64 ahmac; member