Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dpm_userspace.c17 struct mptcp_pm_addr_entry *entry, *tmp; in mptcp_userspace_pm_free_local_addr_list()
30 static struct mptcp_pm_addr_entry *
34 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr()
44 struct mptcp_pm_addr_entry *entry, in mptcp_userspace_pm_append_new_local_addr()
49 struct mptcp_pm_addr_entry *e; in mptcp_userspace_pm_append_new_local_addr()
99 struct mptcp_pm_addr_entry *addr) in mptcp_userspace_pm_delete_local_addr()
102 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_delete_local_addr()
117 static struct mptcp_pm_addr_entry *
120 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr_by_id()
130 struct mptcp_pm_addr_entry *skc) in mptcp_userspace_pm_get_local_id()
[all …]
H A Dpm_kernel.c124 struct mptcp_pm_addr_entry *entry; in select_local_address()
152 struct mptcp_pm_addr_entry *entry; in select_signal_address()
263 static struct mptcp_pm_addr_entry *
266 struct mptcp_pm_addr_entry *entry; in __lookup_addr_by_id()
276 static struct mptcp_pm_addr_entry *
279 struct mptcp_pm_addr_entry *entry; in __lookup_addr()
299 struct mptcp_pm_addr_entry *entry; in mptcp_mpc_endpoint_setup()
452 struct mptcp_pm_addr_entry *entry; in fill_local_addresses_vec_fullmesh()
504 struct mptcp_pm_addr_entry *entry; in fill_local_laminar_endp()
706 static bool address_use_port(struct mptcp_pm_addr_entry *entry) in address_use_port()
[all …]
H A Dpm_netlink.c104 struct mptcp_pm_addr_entry *entry) in mptcp_pm_parse_entry()
132 struct mptcp_pm_addr_entry *entry) in mptcp_nl_fill_addr()
170 static int mptcp_pm_get_addr(u8 id, struct mptcp_pm_addr_entry *addr, in mptcp_pm_get_addr()
180 struct mptcp_pm_addr_entry addr; in mptcp_pm_nl_get_addr_doit()
227 struct mptcp_pm_addr_entry *entry) in mptcp_pm_genl_fill_addr()
263 struct mptcp_pm_addr_entry loc = { .addr = { .family = AF_UNSPEC }, }; in mptcp_pm_set_flags()
H A Dprotocol.h253 struct mptcp_pm_addr_entry { struct
1063 struct mptcp_pm_addr_entry *entry);
1106 int mptcp_pm_nl_set_flags(struct mptcp_pm_addr_entry *local,
1108 int mptcp_userspace_pm_set_flags(struct mptcp_pm_addr_entry *local,
1115 struct mptcp_pm_addr_entry *entry);
1140 struct mptcp_pm_addr_entry *entry);
1204 struct mptcp_pm_addr_entry *skc);
1206 struct mptcp_pm_addr_entry *skc);
1214 int mptcp_pm_nl_get_addr(u8 id, struct mptcp_pm_addr_entry *addr,
1216 int mptcp_userspace_pm_get_addr(u8 id, struct mptcp_pm_addr_entry *addr,
H A Dpm.c937 struct mptcp_pm_addr_entry skc_local = { 0 }; in mptcp_pm_get_local_id()
/linux/include/net/
H A Dmptcp.h17 struct mptcp_pm_addr_entry;