Searched refs:PF_MCTP (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/net/mctp/ |
| H A D | af_mctp.c | 551 .family = PF_MCTP, 708 sk = sk_alloc(net, PF_MCTP, GFP_KERNEL, proto, kern); in mctp_pf_create() 731 .family = PF_MCTP, 775 sock_unregister(PF_MCTP); in mctp_init() 786 sock_unregister(PF_MCTP); in mctp_exit() 795 MODULE_ALIAS_NETPROTO(PF_MCTP);
|
| H A D | neigh.c | 326 {THIS_MODULE, PF_MCTP, RTM_NEWNEIGH, mctp_rtm_newneigh, NULL, 0}, 327 {THIS_MODULE, PF_MCTP, RTM_DELNEIGH, mctp_rtm_delneigh, NULL, 0}, 328 {THIS_MODULE, PF_MCTP, RTM_GETNEIGH, NULL, mctp_rtm_getneigh, 0},
|
| H A D | device.c | 526 {.owner = THIS_MODULE, .protocol = PF_MCTP, .msgtype = RTM_NEWADDR, 528 {.owner = THIS_MODULE, .protocol = PF_MCTP, .msgtype = RTM_DELADDR, 530 {.owner = THIS_MODULE, .protocol = PF_MCTP, .msgtype = RTM_GETADDR,
|
| H A D | route.c | 1502 {THIS_MODULE, PF_MCTP, RTM_NEWROUTE, mctp_newroute, NULL, 0}, 1503 {THIS_MODULE, PF_MCTP, RTM_DELROUTE, mctp_delroute, NULL, 0}, 1504 {THIS_MODULE, PF_MCTP, RTM_GETROUTE, NULL, mctp_dump_rtinfo, 0},
|
| /linux-6.15/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 294 #define PF_MCTP AF_MCTP macro
|
| /linux-6.15/include/linux/ |
| H A D | socket.h | 294 #define PF_MCTP AF_MCTP macro
|
| /linux-6.15/Documentation/networking/ |
| H A D | mctp.rst | 41 MCTP uses ``AF_MCTP`` / ``PF_MCTP`` for the address- and protocol- families.
|
| /linux-6.15/net/ |
| H A D | socket.c | 221 [PF_MCTP] = "PF_MCTP",
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 1303 case PF_MCTP: in socket_type_to_security_class()
|