Home
last modified time | relevance | path

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

/linux/net/mptcp/
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()
455 struct mptcp_pm_addr_entry *entry; in fill_local_addresses_vec_fullmesh()
507 struct mptcp_pm_addr_entry *entry; in fill_local_laminar_endp()
709 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
1099 struct mptcp_pm_addr_entry *entry);
1142 int mptcp_pm_nl_set_flags(struct mptcp_pm_addr_entry *local,
1144 int mptcp_userspace_pm_set_flags(struct mptcp_pm_addr_entry *local,
1151 struct mptcp_pm_addr_entry *entry);
1176 struct mptcp_pm_addr_entry *entry);
1240 struct mptcp_pm_addr_entry *skc);
1242 struct mptcp_pm_addr_entry *skc);
1250 int mptcp_pm_nl_get_addr(u8 id, struct mptcp_pm_addr_entry *addr,
1252 int mptcp_userspace_pm_get_addr(u8 id, struct mptcp_pm_addr_entry *addr,
H A Dpm.c959 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;