Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dmctp.h41 static inline bool mctp_address_unicast(mctp_eid_t eid) in mctp_address_unicast() function
/Linux-v6.1/net/mctp/
Dneigh.c146 if (!mctp_address_unicast(eid)) { in mctp_rtm_newneigh()
Droute.c969 if (!mctp_address_unicast(daddr_start)) in mctp_route_add()
1102 if (!(mctp_address_unicast(mh->src) || mctp_address_null(mh->src))) in mctp_pkttype_receive()
1106 if (!(mctp_address_unicast(mh->dest) || mctp_address_null(mh->dest) || in mctp_pkttype_receive()
Ddevice.c226 if (!mctp_address_unicast(addr->s_addr)) in mctp_rtm_newaddr()