Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnetlink_protocols.h55 #if defined(NETLINK_SELINUX) || (defined(HAVE_DECL_NETLINK_SELINUX) && HAVE_DECL_NETLINK_SELINUX)
57 static_assert((NETLINK_SELINUX) == (7), "NETLINK_SELINUX != 7");
60 # define NETLINK_SELINUX 7
173 XLAT(NETLINK_SELINUX),
Dnetlink_protocols.in8 NETLINK_SELINUX 7
/external/selinux/libselinux/src/
Davc_internal.c28 #ifndef NETLINK_SELINUX
29 #define NETLINK_SELINUX 7 macro
64 fd = socket(PF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_SELINUX); in avc_netlink_open()
/external/strace/tests/
Dnetlink_selinux.c98 int fd = create_nl_socket(NETLINK_SELINUX); in main()
/external/strace/tests-m32/
Dnetlink_selinux.c98 int fd = create_nl_socket(NETLINK_SELINUX); in main()
/external/strace/tests-mx32/
Dnetlink_selinux.c98 int fd = create_nl_socket(NETLINK_SELINUX); in main()
/external/iproute2/include/uapi/linux/
Dnetlink.h16 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h16 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h16 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
/external/strace/
Dnetlink.c215 [NETLINK_SELINUX] = { NULL, nl_selinux_types, "SELNL_MSG_???" },
564 [NETLINK_SELINUX] = decode_netlink_selinux,
DNEWS273 * Implemented NETLINK_SELINUX protocol specific decoding.
321 NETLINK_SELINUX, NETLINK_SOCK_DIAG, and NETLINK_XFRM message types.
DChangeLog13975 tests: check decoding of NETLINK_SELINUX protocol.
13983 netlink: decode NETLINK_SELINUX protocol.
13987 * netlink.c (netlink_decoders): Add NETLINK_SELINUX.
15735 tests: check decoding of NETLINK_SELINUX message types.
15810 netlink: add decoding of NETLINK_SELINUX message types.
15813 (nlmsg_types): Add NETLINK_SELINUX.
/external/iproute2/lib/
Drt_names.c605 [NETLINK_SELINUX] = "selinux",
/external/libnl/python/netlink/
Dcore.py59 NETLINK_SELINUX = 7 variable
/external/libnl/lib/
Dutils.c642 __ADD(NETLINK_SELINUX,selinux),
/external/rust/crates/nix/src/sys/socket/
Dmod.rs111 NetlinkSELinux = libc::NETLINK_SELINUX,
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1427 pub const NETLINK_SELINUX: ::c_int = 7; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2280 pub const NETLINK_SELINUX: ::c_int = 7; constant