Searched refs:maddr_u (Results 1 – 2 of 2) sorted by relevance
1680 struct in_addr *addr = &addr_opt->maddr_u.maddr_addrv4; in mptcp_do_add_addr_opt_v1()1703 msg.maddr_addr = addr_opt->maddr_u.maddr_addrv4; in mptcp_do_add_addr_opt_v1()1726 struct in6_addr *addr = &addr_opt->maddr_u.maddr_addrv6; in mptcp_do_add_addr_opt_v1()1748 msg.maddr_addr = addr_opt->maddr_u.maddr_addrv6; in mptcp_do_add_addr_opt_v1()1821 struct in_addr *addr = &addr_opt->maddr_u.maddr_addrv4; in mptcp_do_add_addr_opt_v0()1847 struct in6_addr *addr = &addr_opt->maddr_u.maddr_addrv6; in mptcp_do_add_addr_opt_v0()1973 mpaddr.maddr_u.maddr_addrv4.s_addr = mpte->mpte_sub_dst_v4.sin_addr.s_addr; in mptcp_echo_add_addr()1976 mpaddr.maddr_u.maddr_addrv6 = mpte->mpte_sub_dst_v6.sin6_addr; in mptcp_echo_add_addr()
328 } maddr_u; member