Searched refs:addr_match (Results 1 – 5 of 5) sorted by relevance
/linux/sound/core/seq/ |
A D | seq_ports.c | 448 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()
|
/linux/net/tipc/ |
A D | node.c | 1159 bool addr_match = false; in tipc_node_check_dest() local 1199 addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr)); in tipc_node_check_dest() 1204 if (sign_match && addr_match && link_up) { in tipc_node_check_dest() 1210 } else if (sign_match && addr_match && !link_up) { in tipc_node_check_dest() 1213 } else if (sign_match && !addr_match && link_up) { in tipc_node_check_dest() 1223 } else if (sign_match && !addr_match && !link_up) { in tipc_node_check_dest() 1231 } else if (!sign_match && addr_match && link_up) { in tipc_node_check_dest() 1244 } 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() 1255 } else if (!sign_match && !addr_match && !link_up) { in tipc_node_check_dest()
|
/linux/net/xfrm/ |
A D | xfrm_state.c | 2098 return addr_match(&x->props.saddr, &filter->saddr, in __xfrm_state_filter_match() 2100 addr_match(&x->id.daddr, &filter->daddr, in __xfrm_state_filter_match()
|
A D | xfrm_policy.c | 213 return addr_match(&fl6->daddr, &sel->daddr, sel->prefixlen_d) && in __xfrm6_selector_match() 214 addr_match(&fl6->saddr, &sel->saddr, sel->prefixlen_s) && in __xfrm6_selector_match()
|
/linux/include/net/ |
A D | xfrm.h | 797 static inline bool addr_match(const void *token1, const void *token2, in addr_match() function
|
Completed in 34 milliseconds