Searched refs:AF_MCTP (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dsocket.h239 #define AF_MCTP 45 /* Management component macro
293 #define PF_MCTP AF_MCTP
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h239 #define AF_MCTP 45 /* Management component macro
293 #define PF_MCTP AF_MCTP
/linux-master/net/mctp/
H A Daf_mctp.c62 if (addr->sa_family != AF_MCTP)
110 if (addr->smctp_family != AF_MCTP)
249 addr->smctp_family = AF_MCTP;
H A Ddevice.c74 hdr->ifa_family = AF_MCTP;
516 .family = AF_MCTP,
H A Dneigh.c221 hdr->ndm_family = AF_MCTP;
H A Droute.c1278 if ((*rtm)->rtm_family != AF_MCTP) {
1279 NL_SET_ERR_MSG(extack, "route family must be AF_MCTP");
1374 hdr->rtm_family = AF_MCTP;
/linux-master/net/mctp/test/
H A Droute-test.c313 rc = sock_create_kern(&init_net, AF_MCTP, SOCK_DGRAM, 0, &sock);
316 addr.smctp_family = AF_MCTP;
571 rc = sock_create_kern(&init_net, AF_MCTP, SOCK_DGRAM, 0, &sock);
997 rc = sock_create_kern(&init_net, AF_MCTP, SOCK_DGRAM, 0, &sock);

Completed in 164 milliseconds