Searched refs:NLM_F_MULTI (Results 1 – 10 of 10) sorted by relevance
73 #define NLM_F_MULTI 2
60 p->msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
16 #define NLM_F_MULTI 2 macro
55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
136 if (ctx->curmsg->nlmsg_flags & NLM_F_MULTI) { in tst_rtnl_send()262 extra_flags = NLM_F_MULTI; in tst_rtnl_add_message()
907 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
81 NLM_F_MULTI = 2 variable
284 setting NLM_F_MULTI.
422 messages. A multipart message has the flag +NLM_F_MULTI+ set and the437 A<=B [label="PUT (seq=1, NLM_F_MULTI)"];439 A<=B [label="PUT (seq=1, NLM_F_MULTI)"];493 #define NLM_F_MULTI 2499 - `NLM_F_MULTI` - Multipart message, see <<core_multipart>>1108 +------- NLM_F_MULTI set?
406 to set those. It'll also automatically add +NLM_F_MULTI+ flag when needed.