Searched refs:NETLINK_SELINUX (Results 1 – 18 of 18) sorted by relevance
/external/strace/xlat/ |
D | netlink_protocols.h | 55 #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),
|
D | netlink_protocols.in | 8 NETLINK_SELINUX 7
|
/external/selinux/libselinux/src/ |
D | avc_internal.c | 28 #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/ |
D | netlink_selinux.c | 98 int fd = create_nl_socket(NETLINK_SELINUX); in main()
|
/external/strace/tests-m32/ |
D | netlink_selinux.c | 98 int fd = create_nl_socket(NETLINK_SELINUX); in main()
|
/external/strace/tests-mx32/ |
D | netlink_selinux.c | 98 int fd = create_nl_socket(NETLINK_SELINUX); in main()
|
/external/iproute2/include/uapi/linux/ |
D | netlink.h | 16 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
|
/external/libnl/include/linux-private/linux/ |
D | netlink.h | 16 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 16 #define NETLINK_SELINUX 7 /* SELinux event notifications */ macro
|
/external/strace/ |
D | netlink.c | 215 [NETLINK_SELINUX] = { NULL, nl_selinux_types, "SELNL_MSG_???" }, 564 [NETLINK_SELINUX] = decode_netlink_selinux,
|
D | NEWS | 273 * Implemented NETLINK_SELINUX protocol specific decoding. 321 NETLINK_SELINUX, NETLINK_SOCK_DIAG, and NETLINK_XFRM message types.
|
D | ChangeLog | 13975 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/ |
D | rt_names.c | 605 [NETLINK_SELINUX] = "selinux",
|
/external/libnl/python/netlink/ |
D | core.py | 59 NETLINK_SELINUX = 7 variable
|
/external/libnl/lib/ |
D | utils.c | 642 __ADD(NETLINK_SELINUX,selinux),
|
/external/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 111 NetlinkSELinux = libc::NETLINK_SELINUX,
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1427 pub const NETLINK_SELINUX: ::c_int = 7; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2280 pub const NETLINK_SELINUX: ::c_int = 7; constant
|