Home
last modified time | relevance | path

Searched refs:mctp_address_unicast (Results 1 – 4 of 4) 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.c1202 if (!mctp_address_unicast(rt->min) || !mctp_address_unicast(rt->max)) in mctp_route_add()
1347 if (!(mctp_address_unicast(mh->src) || mctp_address_null(mh->src))) in mctp_pkttype_receive()
1351 if (!(mctp_address_unicast(mh->dest) || mctp_address_null(mh->dest) || in mctp_pkttype_receive()
1457 if (!mctp_address_unicast(gateway->eid)) { in mctp_route_nlparse_common()
H A Dneigh.c146 if (!mctp_address_unicast(eid)) { in mctp_rtm_newneigh()
H A Ddevice.c218 if (!mctp_address_unicast(addr->s_addr)) in mctp_rtm_newaddr()