Searched refs:PF_KCM (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmsock.c | 1636 newsk = sk_alloc(sock_net(osock->sk), PF_KCM, GFP_KERNEL, in kcm_clone() 1862 .family = PF_KCM, 1883 .family = PF_KCM, 1926 sk = sk_alloc(net, PF_KCM, GFP_KERNEL, &kcm_proto, kern); in kcm_create() 1965 .family = PF_KCM, 2038 sock_unregister(PF_KCM); in kcm_init() 2059 sock_unregister(PF_KCM); in kcm_exit() 2072 MODULE_ALIAS_NETPROTO(PF_KCM); variable
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmsock.c | 1514 newsk = sk_alloc(sock_net(osock->sk), PF_KCM, GFP_KERNEL, in kcm_clone() 1740 .family = PF_KCM, 1761 .family = PF_KCM, 1804 sk = sk_alloc(net, PF_KCM, GFP_KERNEL, &kcm_proto, kern); in kcm_create() 1843 .family = PF_KCM, 1916 sock_unregister(PF_KCM); in kcm_init() 1937 sock_unregister(PF_KCM); in kcm_exit() 1950 MODULE_ALIAS_NETPROTO(PF_KCM); variable
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 273 #define PF_KCM AF_KCM macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | socket.h | 276 #define PF_KCM AF_KCM macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | socket.h | 289 #define PF_KCM AF_KCM macro
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 289 #define PF_KCM AF_KCM macro
|
/kernel/linux/linux-6.6/net/ |
H A D | socket.c | 216 [PF_KCM] = "PF_KCM",
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 1276 case PF_KCM: in socket_type_to_security_class()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 1289 case PF_KCM: in socket_type_to_security_class()
|
Completed in 31 milliseconds