Searched refs:ahmac (Results 1 – 3 of 3) sorted by relevance
/linux/net/mptcp/ |
H A D | options.c | 265 mp_opt->ahmac = 0; in mptcp_parse_option() 287 mp_opt->ahmac = get_unaligned_be64(ptr); in mptcp_parse_option() 290 pr_debug("ADD_ADDR%s: id=%d, ahmac=%llu, echo=%d, port=%d\n", in mptcp_parse_option() 292 mp_opt->addr.id, mp_opt->ahmac, mp_opt->echo, ntohs(mp_opt->addr.port)); in mptcp_parse_option() 685 * aliased by ahmac, we must reset the field here in mptcp_established_options_add_addr() 689 opts->ahmac = 0; in mptcp_established_options_add_addr() 696 opts->ahmac = add_addr_generate_hmac(READ_ONCE(msk->local_key), in mptcp_established_options_add_addr() 702 pr_debug("addr_id=%d, ahmac=%llu, echo=%d, port=%d\n", in mptcp_established_options_add_addr() 703 opts->addr.id, opts->ahmac, echo, ntohs(opts->addr.port)); in mptcp_established_options_add_addr() 1115 pr_debug("msk=%p, ahmac in add_addr_hmac_valid() [all...] |
H A D | protocol.h | 176 u64 ahmac; member
|
/linux/include/net/ |
H A D | mptcp.h | 84 u64 ahmac; member
|