Home
last modified time | relevance | path

Searched refs:NLM_F_ATOMIC (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dnetlink_get_flags.h26 #if defined(NLM_F_ATOMIC) || (defined(HAVE_DECL_NLM_F_ATOMIC) && HAVE_DECL_NLM_F_ATOMIC)
27 XLAT(NLM_F_ATOMIC),
Dnetlink_get_flags.in4 NLM_F_ATOMIC
/external/libnl/include/netlink/
Dnetlink-kernel.h107 #define NLM_F_ATOMIC 0x400
/external/strace/tests-m32/
Dnfnetlink_cttimeout.c86 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ATOMIC; in test_nlmsg_flags()
/external/strace/tests-mx32/
Dnfnetlink_cttimeout.c86 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ATOMIC; in test_nlmsg_flags()
/external/strace/tests/
Dnfnetlink_cttimeout.c86 nlh.nlmsg_flags = NLM_F_REQUEST | NLM_F_ATOMIC; in test_nlmsg_flags()
/external/iproute2/include/uapi/linux/
Dnetlink.h64 #define NLM_F_ATOMIC 0x400 /* atomic GET */ macro
/external/libnl/include/linux-private/linux/
Dnetlink.h64 #define NLM_F_ATOMIC 0x400 /* atomic GET */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h64 #define NLM_F_ATOMIC 0x400 /* atomic GET */ macro
/external/libnl/python/netlink/
Dcore.py87 NLM_F_ATOMIC = 0x400 variable
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1453 pub const NLM_F_ATOMIC: ::c_int = 0x400; constant
/external/libnl/doc/
Dcore.txt516 #define NLM_F_ATOMIC 0x400
522 - `NLM_F_ATOMIC` - Obsoleted, once used to request an atomic operation.
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2305 pub const NLM_F_ATOMIC: ::c_int = 0x400; constant