Home
last modified time | relevance | path

Searched refs:mptcp_pm_addr_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/mptcp/
Dpm_userspace.c12 struct mptcp_pm_addr_entry *entry, *tmp; in mptcp_free_local_addr_list()
29 struct mptcp_pm_addr_entry *entry) in mptcp_userspace_pm_append_new_local_addr()
32 struct mptcp_pm_addr_entry *match = NULL; in mptcp_userspace_pm_append_new_local_addr()
34 struct mptcp_pm_addr_entry *e; in mptcp_userspace_pm_append_new_local_addr()
89 struct mptcp_pm_addr_entry *addr) in mptcp_userspace_pm_delete_local_addr()
91 struct mptcp_pm_addr_entry *entry, *tmp; in mptcp_userspace_pm_delete_local_addr()
112 struct mptcp_pm_addr_entry *entry, *match = NULL; in mptcp_userspace_pm_get_flags_and_ifindex_by_id()
133 struct mptcp_pm_addr_entry new_entry; in mptcp_userspace_pm_get_local_id()
137 memset(&new_entry, 0, sizeof(struct mptcp_pm_addr_entry)); in mptcp_userspace_pm_get_local_id()
152 struct mptcp_pm_addr_entry addr_val; in mptcp_nl_cmd_announce()
[all …]
Dpm_netlink.c151 static struct mptcp_pm_addr_entry *
155 struct mptcp_pm_addr_entry *entry, *ret = NULL; in select_local_address()
174 static struct mptcp_pm_addr_entry *
177 struct mptcp_pm_addr_entry *entry, *ret = NULL; in select_signal_address()
492 static struct mptcp_pm_addr_entry *
495 struct mptcp_pm_addr_entry *entry; in __lookup_addr_by_id()
504 static struct mptcp_pm_addr_entry *
508 struct mptcp_pm_addr_entry *entry; in __lookup_addr()
522 struct mptcp_pm_addr_entry *local; in mptcp_pm_create_subflow_or_signal_addr()
537 struct mptcp_pm_addr_entry *entry; in mptcp_pm_create_subflow_or_signal_addr()
[all …]
Dprotocol.h238 struct mptcp_pm_addr_entry { struct
817 struct mptcp_pm_addr_entry *entry);
864 struct mptcp_pm_addr_entry *loc,
865 struct mptcp_pm_addr_entry *rem, u8 bkup);
866 int mptcp_pm_nl_set_flags(struct net *net, struct mptcp_pm_addr_entry *addr, u8 bkup);
868 struct mptcp_pm_addr_entry *loc,
869 struct mptcp_pm_addr_entry *rem, u8 bkup);
Dpm.c445 struct mptcp_pm_addr_entry *loc, in mptcp_pm_set_flags()
446 struct mptcp_pm_addr_entry *rem, u8 bkup) in mptcp_pm_set_flags()