Home
last modified time | relevance | path

Searched refs:NETLINK_SELINUX (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dnetlink_protocols.h23 #if !(defined(NETLINK_SELINUX) || (defined(HAVE_DECL_NETLINK_SELINUX) && HAVE_DECL_NETLINK_SELINUX))
24 # define NETLINK_SELINUX 7 macro
81 XLAT(NETLINK_SELINUX),
Dnetlink_protocols.in8 NETLINK_SELINUX 7
/external/selinux/libselinux/src/
Davc_internal.c27 #ifndef NETLINK_SELINUX
28 #define NETLINK_SELINUX 7 macro
63 fd = socket(PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_SELINUX); in avc_netlink_open()
/external/libnl/include/linux-private/linux/
Dnetlink.h14 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h15 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
/external/iproute2/include/linux/
Dnetlink.h15 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
/external/iproute2/lib/
Drt_names.c577 [NETLINK_SELINUX] = "selinux",
/external/libnl/python/netlink/
Dcore.py59 NETLINK_SELINUX = 7 variable
/external/libnl/lib/
Dutils.c611 __ADD(NETLINK_SELINUX,selinux)