Searched refs:maddr_u (Results 1 – 2 of 2) sorted by relevance
1624 struct in_addr *addr = &addr_opt->maddr_u.maddr_addrv4; in mptcp_do_add_addr_opt_v1()1647 msg.maddr_addr = addr_opt->maddr_u.maddr_addrv4; in mptcp_do_add_addr_opt_v1()1670 struct in6_addr *addr = &addr_opt->maddr_u.maddr_addrv6; in mptcp_do_add_addr_opt_v1()1692 msg.maddr_addr = addr_opt->maddr_u.maddr_addrv6; in mptcp_do_add_addr_opt_v1()1760 struct in_addr *addr = &addr_opt->maddr_u.maddr_addrv4; in mptcp_do_add_addr_opt_v0()1786 struct in6_addr *addr = &addr_opt->maddr_u.maddr_addrv6; in mptcp_do_add_addr_opt_v0()1914 mpaddr.maddr_u.maddr_addrv4.s_addr = mpte->mpte_sub_dst_v4.sin_addr.s_addr; in mptcp_echo_add_addr()1917 mpaddr.maddr_u.maddr_addrv6 = mpte->mpte_sub_dst_v6.sin6_addr; in mptcp_echo_add_addr()
329 } maddr_u; member