Home
last modified time | relevance | path

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

/linux/net/mctp/
H A Droute.c67 if (!mctp_address_matches(msk->bind_addr, mh->dest)) in mctp_lookup_bind()
116 if (!mctp_address_matches(key->local_addr, local)) in mctp_key_match()
119 if (!mctp_address_matches(key->peer_addr, peer)) in mctp_key_match()
715 !mctp_address_matches(tmp->peer_addr, peer)) in mctp_alloc_local_tag()
719 !mctp_address_matches(tmp->local_addr, local)) in mctp_alloc_local_tag()
775 if (!mctp_address_matches(tmp->peer_addr, daddr)) in mctp_lookup_prealloc_tag()
/linux/include/net/
H A Dmctp.h56 static inline bool mctp_address_matches(mctp_eid_t match, mctp_eid_t eid) in mctp_address_matches() function