Lines Matching refs:mptcp_addr_info
27 struct mptcp_addr_info addr;
33 struct mptcp_addr_info addr;
54 static bool addresses_equal(const struct mptcp_addr_info *a, in addresses_equal()
55 struct mptcp_addr_info *b, bool use_port) in addresses_equal()
77 static bool address_zero(const struct mptcp_addr_info *addr) in address_zero()
79 struct mptcp_addr_info zero; in address_zero()
88 struct mptcp_addr_info *addr) in local_address()
101 struct mptcp_addr_info *addr) in remote_address()
114 struct mptcp_addr_info *saddr) in lookup_subflow_by_saddr()
117 struct mptcp_addr_info cur; in lookup_subflow_by_saddr()
192 struct mptcp_addr_info *addr) in lookup_anno_list_by_saddr()
245 struct mptcp_addr_info *addr) in mptcp_pm_del_add_timer()
307 struct mptcp_addr_info remote = { 0 }; in mptcp_pm_create_subflow_or_signal_addr()
372 struct mptcp_addr_info remote; in mptcp_pm_nl_add_addr_received()
373 struct mptcp_addr_info local; in mptcp_pm_nl_add_addr_received()
521 struct mptcp_addr_info skc_local; in mptcp_pm_nl_get_local_id()
522 struct mptcp_addr_info msk_local; in mptcp_pm_nl_get_local_id()
735 struct mptcp_addr_info *addr) in remove_anno_list_by_saddr()
750 struct mptcp_addr_info *addr, in mptcp_pm_remove_anno_addr()
765 struct mptcp_addr_info *addr) in mptcp_nl_remove_subflow_and_signal_addr()
863 struct mptcp_addr_info *addr = &entry->addr; in mptcp_nl_fill_addr()