Searched refs:addr_match (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/sound/core/seq/ |
| 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() 629 if (addr_match(dest_addr, &s->info.dest)) { in snd_seq_port_get_subscription()
|
| /Linux-v5.4/net/tipc/ |
| D | node.c | 989 bool addr_match = false; in tipc_node_check_dest() local 1012 addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr)); in tipc_node_check_dest() 1017 if (sign_match && addr_match && link_up) { in tipc_node_check_dest() 1020 } else if (sign_match && addr_match && !link_up) { in tipc_node_check_dest() 1023 } else if (sign_match && !addr_match && link_up) { in tipc_node_check_dest() 1033 } else if (sign_match && !addr_match && !link_up) { in tipc_node_check_dest() 1041 } else if (!sign_match && addr_match && link_up) { in tipc_node_check_dest() 1054 } else if (!sign_match && addr_match && !link_up) { in tipc_node_check_dest() 1060 } else if (!sign_match && !addr_match && link_up) { in tipc_node_check_dest() 1065 } else if (!sign_match && !addr_match && !link_up) { in tipc_node_check_dest()
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_state.c | 2028 return addr_match(&x->props.saddr, &filter->saddr, in __xfrm_state_filter_match() 2030 addr_match(&x->id.daddr, &filter->daddr, in __xfrm_state_filter_match()
|
| D | xfrm_policy.c | 211 return addr_match(&fl6->daddr, &sel->daddr, sel->prefixlen_d) && in __xfrm6_selector_match() 212 addr_match(&fl6->saddr, &sel->saddr, sel->prefixlen_s) && in __xfrm6_selector_match()
|
| /Linux-v5.4/include/net/ |
| D | xfrm.h | 807 static inline bool addr_match(const void *token1, const void *token2, in addr_match() function
|