Home
last modified time | relevance | path

Searched refs:NLM_F_MULTI (Results 1 – 10 of 10) sorted by relevance

/third_party/libnl/include/netlink/
Dnetlink-kernel.h73 #define NLM_F_MULTI 2
/third_party/ltp/testcases/cve/
Dcve-2017-16939.c60 p->msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
/third_party/musl/src/network/
Dnetlink.h16 #define NLM_F_MULTI 2 macro
/third_party/libnl/include/linux-private/linux/
Dnetlink.h55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
/third_party/ltp/lib/
Dtst_rtnetlink.c136 if (ctx->curmsg->nlmsg_flags & NLM_F_MULTI) { in tst_rtnl_send()
262 extra_flags = NLM_F_MULTI; in tst_rtnl_add_message()
/third_party/libnl/lib/
Dnl.c907 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
/third_party/libnl/python/netlink/
Dcore.py81 NLM_F_MULTI = 2 variable
/third_party/libnl/
DChangeLog284 setting NLM_F_MULTI.
/third_party/libnl/doc/
Dcore.txt422 messages. A multipart message has the flag +NLM_F_MULTI+ set and the
437 A<=B [label="PUT (seq=1, NLM_F_MULTI)"];
439 A<=B [label="PUT (seq=1, NLM_F_MULTI)"];
493 #define NLM_F_MULTI 2
499 - `NLM_F_MULTI` - Multipart message, see <<core_multipart>>
1108 +------- NLM_F_MULTI set?
/third_party/ltp/doc/
Dnetwork-c-api.txt406 to set those. It'll also automatically add +NLM_F_MULTI+ flag when needed.