Home
last modified time | relevance | path

Searched refs:mctp_address_matches (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/net/
Dmctp.h56 static inline bool mctp_address_matches(mctp_eid_t match, mctp_eid_t eid) in mctp_address_matches() function
/linux-6.1.9/net/mctp/
Droute.c67 if (!mctp_address_matches(msk->bind_addr, mh->dest)) in mctp_lookup_bind()
79 if (!mctp_address_matches(key->local_addr, local)) in mctp_key_match()
638 if (!(mctp_address_matches(tmp->peer_addr, daddr) && in mctp_alloc_local_tag()
639 mctp_address_matches(tmp->local_addr, saddr))) in mctp_alloc_local_tag()
691 if (!mctp_address_matches(tmp->peer_addr, daddr)) in mctp_lookup_prealloc_tag()