Searched refs:mptcp_pm_addr_families_match (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | pm.c | 475 bool mptcp_pm_addr_families_match(const struct sock *sk, in mptcp_pm_addr_families_match() function
|
H A D | pm_userspace.c | 369 if (!mptcp_pm_addr_families_match(sk, &addr_l, &addr_r)) { in mptcp_nl_cmd_sf_create()
|
H A D | pm_netlink.c | 424 if (!mptcp_pm_addr_families_match(sk, local, &remote)) in fill_remote_addresses_vec() 450 if (!mptcp_pm_addr_families_match(sk, local, &addrs[i])) in fill_remote_addresses_vec() 647 if (!mptcp_pm_addr_families_match(sk, &entry->addr, remote)) in fill_local_addresses_vec() 671 if (!mptcp_pm_addr_families_match(sk, &local, remote)) in fill_local_addresses_vec()
|
H A D | protocol.h | 868 bool mptcp_pm_addr_families_match(const struct sock *sk,
|
Completed in 8 milliseconds