Searched refs:mptcp_pm_addr_entry (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | pm_userspace.c | 12 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() 33 struct mptcp_pm_addr_entry *match = NULL; in mptcp_userspace_pm_append_new_local_addr() 35 struct mptcp_pm_addr_entry *e; in mptcp_userspace_pm_append_new_local_addr() 90 struct mptcp_pm_addr_entry *addr) in mptcp_userspace_pm_delete_local_addr() 92 struct mptcp_pm_addr_entry *entry, *tmp; in mptcp_userspace_pm_delete_local_addr() 110 static struct mptcp_pm_addr_entry * 113 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr_by_id() 126 struct mptcp_pm_addr_entry *match; in mptcp_userspace_pm_get_flags_and_ifindex_by_id() 142 struct mptcp_pm_addr_entry *entry = NULL, *e, new_entry; in mptcp_userspace_pm_get_local_id() [all …]
|
H A D | pm_netlink.c | 157 struct mptcp_pm_addr_entry *new_entry) in select_local_address() 159 struct mptcp_pm_addr_entry *entry; in select_local_address() 183 struct mptcp_pm_addr_entry *new_entry) in select_signal_address() 185 struct mptcp_pm_addr_entry *entry; in select_signal_address() 511 static struct mptcp_pm_addr_entry * 514 struct mptcp_pm_addr_entry *entry; in __lookup_addr_by_id() 523 static struct mptcp_pm_addr_entry * 526 struct mptcp_pm_addr_entry *entry; in __lookup_addr() 539 struct mptcp_pm_addr_entry local; in mptcp_pm_create_subflow_or_signal_addr() 555 struct mptcp_pm_addr_entry *entry; in mptcp_pm_create_subflow_or_signal_addr() [all …]
|
H A D | protocol.h | 241 struct mptcp_pm_addr_entry { struct 900 struct mptcp_pm_addr_entry *entry); 949 struct mptcp_pm_addr_entry *loc, 950 struct mptcp_pm_addr_entry *rem, u8 bkup); 951 int mptcp_pm_nl_set_flags(struct net *net, struct mptcp_pm_addr_entry *addr, u8 bkup); 953 struct mptcp_pm_addr_entry *loc, 954 struct mptcp_pm_addr_entry *rem, u8 bkup);
|
H A D | pm.c | 446 struct mptcp_pm_addr_entry *loc, in mptcp_pm_set_flags() 447 struct mptcp_pm_addr_entry *rem, u8 bkup) in mptcp_pm_set_flags()
|