Lines Matching refs:mptcp_pm_addr_entry

13 	struct mptcp_pm_addr_entry *entry, *tmp;  in mptcp_free_local_addr_list()
30 struct mptcp_pm_addr_entry *entry, in mptcp_userspace_pm_append_new_local_addr()
34 struct mptcp_pm_addr_entry *match = NULL; in mptcp_userspace_pm_append_new_local_addr()
36 struct mptcp_pm_addr_entry *e; in mptcp_userspace_pm_append_new_local_addr()
91 struct mptcp_pm_addr_entry *addr) in mptcp_userspace_pm_delete_local_addr()
93 struct mptcp_pm_addr_entry *entry, *tmp; in mptcp_userspace_pm_delete_local_addr()
111 static struct mptcp_pm_addr_entry *
114 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr_by_id()
126 struct mptcp_pm_addr_entry *entry = NULL, *e, new_entry; in mptcp_userspace_pm_get_local_id()
141 memset(&new_entry, 0, sizeof(struct mptcp_pm_addr_entry)); in mptcp_userspace_pm_get_local_id()
155 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_is_backup()
174 struct mptcp_pm_addr_entry addr_val; in mptcp_pm_nl_announce_doit()
274 struct mptcp_pm_addr_entry *match; in mptcp_pm_nl_remove_doit()
275 struct mptcp_pm_addr_entry *entry; in mptcp_pm_nl_remove_doit()
342 struct mptcp_pm_addr_entry entry = { 0 }; in mptcp_pm_nl_subflow_create_doit()
539 struct mptcp_pm_addr_entry entry = { .addr = addr_l }; in mptcp_pm_nl_subflow_destroy_doit()
560 struct mptcp_pm_addr_entry loc = { .addr = { .family = AF_UNSPEC }, }; in mptcp_userspace_pm_set_flags()
561 struct mptcp_pm_addr_entry rem = { .addr = { .family = AF_UNSPEC }, }; in mptcp_userspace_pm_set_flags()
566 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_set_flags()
636 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_dump_addr()
693 struct mptcp_pm_addr_entry addr, *entry; in mptcp_userspace_pm_get_addr()