Home
last modified time | relevance | path

Searched refs:NLM_F_DUMP_INTR (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Dnetlink_flags.h34 #if defined(NLM_F_DUMP_INTR) || (defined(HAVE_DECL_NLM_F_DUMP_INTR) && HAVE_DECL_NLM_F_DUMP_INTR)
36 static_assert((NLM_F_DUMP_INTR) == (0x10), "NLM_F_DUMP_INTR != 0x10");
39 # define NLM_F_DUMP_INTR 0x10
63 XLAT(NLM_F_DUMP_INTR),
Dnetlink_flags.in5 NLM_F_DUMP_INTR 0x10
/external/syzkaller/sys/linux/
Dsocket_netlink_386.const45 NLM_F_DUMP_INTR = 16
Dsocket_netlink_ppc64le.const45 NLM_F_DUMP_INTR = 16
Dsocket_netlink_amd64.const45 NLM_F_DUMP_INTR = 16
Dsocket_netlink_arm64.const45 NLM_F_DUMP_INTR = 16
Dsocket_netlink_arm.const45 NLM_F_DUMP_INTR = 16
Dsocket_netlink.txt33 netlink_msg_flags = NLM_F_REQUEST, NLM_F_MULTI, NLM_F_ACK, NLM_F_ECHO, NLM_F_DUMP_INTR, NLM_F_DUMP_…
/external/libnl/include/linux-private/linux/
Dnetlink.h52 #define NLM_F_DUMP_INTR 16 /* Dump was inconsistent due to sequence change */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h58 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro
/external/iproute2/include/uapi/linux/
Dnetlink.h58 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro
/external/libnl/lib/
Dnl.c858 if (hdr->nlmsg_flags & NLM_F_DUMP_INTR) { in recvmsgs()
/external/iproute2/lib/
Dlibnetlink.c462 if (h->nlmsg_flags & NLM_F_DUMP_INTR) in rtnl_dump_filter_l()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go895 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_mipsle.go1131 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_s390x.go1130 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_arm.go1130 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_ppc64le.go1132 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_mips64.go1131 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_ppc64.go1132 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_amd64.go1132 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_mips64le.go1131 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_386.go1132 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_mips.go1131 NLM_F_DUMP_INTR = 0x10 const
Dzerrors_linux_arm64.go1133 NLM_F_DUMP_INTR = 0x10 const

12