Searched refs:addr_match (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | node.c | 512 bool addr_match = false; in tipc_node_check_dest() local 533 addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr)); in tipc_node_check_dest() 538 if (sign_match && addr_match && link_up) { in tipc_node_check_dest() 541 } else if (sign_match && addr_match && !link_up) { in tipc_node_check_dest() 544 } else if (sign_match && !addr_match && link_up) { in tipc_node_check_dest() 554 } else if (sign_match && !addr_match && !link_up) { in tipc_node_check_dest() 562 } else if (!sign_match && addr_match && link_up) { in tipc_node_check_dest() 575 } else if (!sign_match && addr_match && !link_up) { in tipc_node_check_dest() 581 } else if (!sign_match && !addr_match && link_up) { in tipc_node_check_dest() 586 } else if (!sign_match && !addr_match && !link_up) { in tipc_node_check_dest()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_ports.c | 463 static inline int addr_match(struct snd_seq_addr *r, struct snd_seq_addr *s) in addr_match() function 473 if (addr_match(&r->sender, &s->sender) && in match_subs_info() 474 addr_match(&r->dest, &s->dest)) { in match_subs_info() 642 if (addr_match(dest_addr, &s->info.dest)) { in snd_seq_port_get_subscription()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_state.c | 1606 return addr_match(&x->props.saddr, &filter->saddr, in __xfrm_state_filter_match() 1608 addr_match(&x->id.daddr, &filter->daddr, in __xfrm_state_filter_match()
|
D | xfrm_policy.c | 80 return addr_match(&fl6->daddr, &sel->daddr, sel->prefixlen_d) && in __xfrm6_selector_match() 81 addr_match(&fl6->saddr, &sel->saddr, sel->prefixlen_s) && in __xfrm6_selector_match()
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 822 static inline bool addr_match(const void *token1, const void *token2, in addr_match() function
|