Searched refs:mptcp_pm_addr_families_match (Results 1 – 3 of 3) sorted by relevance
/linux/net/mptcp/ |
H A D | pm_netlink.c | 440 if (!mptcp_pm_addr_families_match(sk, local, &remote)) in fill_remote_addresses_vec() 466 if (!mptcp_pm_addr_families_match(sk, local, &addrs[i])) in fill_remote_addresses_vec() 684 if (!mptcp_pm_addr_families_match(sk, &entry->addr, remote)) in fill_local_addresses_vec() 714 if (!mptcp_pm_addr_families_match(sk, &locals[i].addr, remote)) in fill_local_addresses_vec()
|
H A D | pm.c | 481 bool mptcp_pm_addr_families_match(const struct sock *sk, in mptcp_pm_addr_families_match() function
|
H A D | protocol.h | 998 bool mptcp_pm_addr_families_match(const struct sock *sk,
|