Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dnetlink.h58 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro
/third_party/libnl/lib/
Dnl.c910 if (hdr->nlmsg_flags & NLM_F_DUMP_INTR) { in recvmsgs()