Home
last modified time | relevance | path

Searched refs:mctp_address_unicast (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dmctp.h41 static inline bool mctp_address_unicast(mctp_eid_t eid) in mctp_address_unicast() function
/linux/net/mctp/
H A Droute.c1082 if (!mctp_address_unicast(daddr_start)) in mctp_route_add()
1215 if (!(mctp_address_unicast(mh->src) || mctp_address_null(mh->src))) in mctp_pkttype_receive()
1219 if (!(mctp_address_unicast(mh->dest) || mctp_address_null(mh->dest) || in mctp_pkttype_receive()
H A Dneigh.c146 if (!mctp_address_unicast(eid)) { in mctp_rtm_newneigh()