Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dnetlink.h56 #define NLM_F_DUMP_INTR 16 /* Dump was inconsistent due to sequence change */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h56 #define NLM_F_DUMP_INTR 16 /* Dump was inconsistent due to sequence change */ macro
/external/iproute2/lib/
Dlibnetlink.c269 if (h->nlmsg_flags & NLM_F_DUMP_INTR) in rtnl_dump_filter_l()
/external/iproute2/ip/
Dipaddress.c1417 stdout, NLM_F_DUMP_INTR) < 0) { in ipaddr_flush()