Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmctp.h41 static inline bool mctp_address_unicast(mctp_eid_t eid) in mctp_address_unicast() function
/openbmc/linux/net/mctp/
H A Droute.c1012 if (!mctp_address_unicast(daddr_start)) in mctp_route_add()
1145 if (!(mctp_address_unicast(mh->src) || mctp_address_null(mh->src))) in mctp_pkttype_receive()
1149 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()
H A Ddevice.c226 if (!mctp_address_unicast(addr->s_addr)) in mctp_rtm_newaddr()