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()
113 struct mptcp_pm_addr_entry *addr) in mptcp_userspace_pm_delete_local_addr()
116 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_delete_local_addr()
131 static struct mptcp_pm_addr_entry *
134 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr_by_id()
144 struct mptcp_pm_addr_entry *skc) in mptcp_userspace_pm_get_local_id()
[all …]
H A Dpm_kernel.c125 struct mptcp_pm_addr_entry *entry; in select_local_address()
153 struct mptcp_pm_addr_entry *entry; in select_signal_address()
267 static struct mptcp_pm_addr_entry *
270 struct mptcp_pm_addr_entry *entry; in __lookup_addr_by_id()
280 static struct mptcp_pm_addr_entry *
283 struct mptcp_pm_addr_entry *entry; in __lookup_addr()
303 struct mptcp_pm_addr_entry *entry; in mptcp_mpc_endpoint_setup()
461 struct mptcp_pm_addr_entry *entry; in fill_local_addresses_vec_fullmesh()
514 struct mptcp_pm_addr_entry *entry; in fill_local_laminar_endp()
720 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.h256 struct mptcp_pm_addr_entry { struct
1107 struct mptcp_pm_addr_entry *entry);
1146 int mptcp_pm_nl_set_flags(struct mptcp_pm_addr_entry *local,
1148 int mptcp_userspace_pm_set_flags(struct mptcp_pm_addr_entry *local,
1178 struct mptcp_pm_addr_entry *entry);
1218 struct mptcp_pm_addr_entry *skc);
1220 struct mptcp_pm_addr_entry *skc);
1228 int mptcp_pm_nl_get_addr(u8 id, struct mptcp_pm_addr_entry *addr,
1230 int mptcp_userspace_pm_get_addr(u8 id, struct mptcp_pm_addr_entry *addr,
H A Dpm.c1035 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;