Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/seq/
Dseq_ports.c448 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match() function
458 if (addr_match(&r->sender, &s->sender) && in match_subs_info()
459 addr_match(&r->dest, &s->dest)) { in match_subs_info()
644 if (addr_match(dest_addr, &s->info.dest)) { in snd_seq_port_get_subscription()
/kernel/linux/linux-5.10/net/tipc/
Dnode.c1133 bool addr_match = false; in tipc_node_check_dest() local
1173 addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr)); in tipc_node_check_dest()
1178 if (sign_match && addr_match && link_up) { in tipc_node_check_dest()
1184 } else if (sign_match && addr_match && !link_up) { in tipc_node_check_dest()
1187 } else if (sign_match && !addr_match && link_up) { in tipc_node_check_dest()
1197 } else if (sign_match && !addr_match && !link_up) { in tipc_node_check_dest()
1205 } 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()
1224 } else if (!sign_match && !addr_match && link_up) { in tipc_node_check_dest()
1229 } else if (!sign_match && !addr_match && !link_up) { in tipc_node_check_dest()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_state.c2067 return addr_match(&x->props.saddr, &filter->saddr, in __xfrm_state_filter_match()
2069 addr_match(&x->id.daddr, &filter->daddr, in __xfrm_state_filter_match()
Dxfrm_policy.c215 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()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h811 static inline bool addr_match(const void *token1, const void *token2, in addr_match() function