Searched refs:addr_match (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/mptcp/ |
D | pm_userspace.c | 36 bool addr_match = false; in mptcp_userspace_pm_append_new_local_addr() local 44 addr_match = mptcp_addresses_equal(&e->addr, &entry->addr, true); in mptcp_userspace_pm_append_new_local_addr() 45 if (addr_match && entry->addr.id == 0 && needs_id) in mptcp_userspace_pm_append_new_local_addr() 48 if (addr_match && id_match) { in mptcp_userspace_pm_append_new_local_addr() 51 } else if (addr_match || id_match) { in mptcp_userspace_pm_append_new_local_addr() 57 if (!match && !addr_match && !id_match) { in mptcp_userspace_pm_append_new_local_addr()
|
/linux-6.6.21/sound/core/seq/ |
D | seq_ports.c | 478 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match() function 488 if (addr_match(&r->sender, &s->sender) && in match_subs_info() 489 addr_match(&r->dest, &s->dest)) { in match_subs_info() 674 if (addr_match(dest_addr, &s->info.dest)) { in snd_seq_port_get_subscription()
|
/linux-6.6.21/net/tipc/ |
D | node.c | 1179 bool addr_match = false; in tipc_node_check_dest() local 1205 addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr)); in tipc_node_check_dest() 1210 if (sign_match && addr_match && link_up) { in tipc_node_check_dest() 1215 } else if (sign_match && addr_match && !link_up) { in tipc_node_check_dest() 1218 } else if (sign_match && !addr_match && link_up) { in tipc_node_check_dest() 1228 } else if (sign_match && !addr_match && !link_up) { in tipc_node_check_dest() 1237 } else if (!sign_match && addr_match && link_up) { in tipc_node_check_dest() 1250 } else if (!sign_match && addr_match && !link_up) { in tipc_node_check_dest() 1256 } else if (!sign_match && !addr_match && link_up) { in tipc_node_check_dest() 1261 } else if (!sign_match && !addr_match && !link_up) { in tipc_node_check_dest()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_state.c | 2273 return addr_match(&x->props.saddr, &filter->saddr, in __xfrm_state_filter_match() 2275 addr_match(&x->id.daddr, &filter->daddr, in __xfrm_state_filter_match()
|
D | xfrm_policy.c | 215 return addr_match(&fl6->daddr, &sel->daddr, sel->prefixlen_d) && in __xfrm6_selector_match() 216 addr_match(&fl6->saddr, &sel->saddr, sel->prefixlen_s) && in __xfrm6_selector_match()
|
/linux-6.6.21/include/net/ |
D | xfrm.h | 829 static inline bool addr_match(const void *token1, const void *token2, in addr_match() function
|