Searched refs:AF_MCTP (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/Documentation/networking/ |
| H A D | mctp.rst | 12 messages, through an AF_MCTP, SOCK_DGRAM socket. 41 MCTP uses ``AF_MCTP`` / ``PF_MCTP`` for the address- and protocol- families. 46 int sd = socket(AF_MCTP, SOCK_DGRAM, 0); 90 addr.smctp_family = AF_MCTP; 136 addr.smctp_family = AF_MCTP; 197 assert(addr.smctp_family == AF_MCTP);
|
| /linux-6.15/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 240 #define AF_MCTP 45 /* Management component macro 294 #define PF_MCTP AF_MCTP
|
| /linux-6.15/include/linux/ |
| H A D | socket.h | 240 #define AF_MCTP 45 /* Management component macro 294 #define PF_MCTP AF_MCTP
|
| /linux-6.15/net/mctp/ |
| H A D | af_mctp.c | 62 if (addr->sa_family != AF_MCTP) in mctp_bind() 110 if (addr->smctp_family != AF_MCTP) in mctp_sendmsg() 249 addr->smctp_family = AF_MCTP; in mctp_recvmsg()
|
| H A D | device.c | 73 hdr->ifa_family = AF_MCTP; in mctp_fill_addrinfo() 514 .family = AF_MCTP,
|
| H A D | neigh.c | 221 hdr->ndm_family = AF_MCTP; in mctp_fill_neigh()
|
| H A D | route.c | 1302 if ((*rtm)->rtm_family != AF_MCTP) { in mctp_route_nlparse() 1398 hdr->rtm_family = AF_MCTP; in mctp_fill_rtinfo()
|
| /linux-6.15/net/mctp/test/ |
| H A D | route-test.c | 313 rc = sock_create_kern(&init_net, AF_MCTP, SOCK_DGRAM, 0, &sock); in __mctp_route_test_init() 316 addr.smctp_family = AF_MCTP; in __mctp_route_test_init() 571 rc = sock_create_kern(&init_net, AF_MCTP, SOCK_DGRAM, 0, &sock); in mctp_test_route_input_sk_keys() 1189 rc = sock_create_kern(&init_net, AF_MCTP, SOCK_DGRAM, 0, &sock); in mctp_test_route_output_key_create()
|