Symbol: addr_match
net/mptcp/pm_userspace.c
50
bool addr_match = false;
net/mptcp/pm_userspace.c
58
addr_match = mptcp_addresses_equal(&e->addr, &entry->addr, true);
net/mptcp/pm_userspace.c
59
if (addr_match && entry->addr.id == 0 && needs_id)
net/mptcp/pm_userspace.c
62
if (addr_match || id_match)
net/mptcp/pm_userspace.c
67
if (!addr_match && !id_match) {
net/mptcp/pm_userspace.c
84
} else if (addr_match && id_match) {
net/tipc/node.c
1177
bool addr_match = false;
net/tipc/node.c
1203
addr_match = l && !memcmp(&le->maddr, maddr, sizeof(*maddr));
net/tipc/node.c
1208
if (sign_match && addr_match && link_up) {
net/tipc/node.c
1213
} else if (sign_match && addr_match && !link_up) {
net/tipc/node.c
1216
} else if (sign_match && !addr_match && link_up) {
net/tipc/node.c
1226
} else if (sign_match && !addr_match && !link_up) {
net/tipc/node.c
1235
} else if (!sign_match && addr_match && link_up) {
net/tipc/node.c
1248
} else if (!sign_match && addr_match && !link_up) {
net/tipc/node.c
1254
} else if (!sign_match && !addr_match && link_up) {
net/tipc/node.c
1259
} else if (!sign_match && !addr_match && !link_up) {
net/xfrm/xfrm_policy.c
234
return addr_match(&fl6->daddr, &sel->daddr, sel->prefixlen_d) &&
net/xfrm/xfrm_policy.c
235
addr_match(&fl6->saddr, &sel->saddr, sel->prefixlen_s) &&
net/xfrm/xfrm_state.c
2693
return addr_match(&x->props.saddr, &filter->saddr,
net/xfrm/xfrm_state.c
2695
addr_match(&x->id.daddr, &filter->daddr,
sound/core/seq/seq_ports.c
486
if (addr_match(&r->sender, &s->sender) &&
sound/core/seq/seq_ports.c
487
addr_match(&r->dest, &s->dest)) {
sound/core/seq/seq_ports.c
666
if (addr_match(dest_addr, &s->info.dest)) {