Searched refs:NLM_F_MULTI (Results 1 – 25 of 27) sorted by relevance
12
13 #if defined(NLM_F_MULTI) || (defined(HAVE_DECL_NLM_F_MULTI) && HAVE_DECL_NLM_F_MULTI)15 static_assert((NLM_F_MULTI) == (0x2), "NLM_F_MULTI != 0x2");18 # define NLM_F_MULTI 0x260 XLAT(NLM_F_MULTI),
2 NLM_F_MULTI 0x2
73 #define NLM_F_MULTI 2
44 xfrm_msg.nlmsg_flags = NLM_F_MATCH | NLM_F_MULTI | NLM_F_REQUEST; in setup()
16 #define NLM_F_MULTI 2 macro
220 } else if ((netlink_header->nlmsg_flags & NLM_F_MULTI) == 0) { in GetLinkInfo()321 } else if ((netlink_header->nlmsg_flags & NLM_F_MULTI) == 0) { in PopulateSubnetsOrClearList()
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()
63 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
332 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()358 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()
1169 h->last_nlhdr->nlmsg_flags & NLM_F_MULTI) { in nfnl_get_msg_next()1352 nlh->nlmsg_flags & NLM_F_MULTI)) { in nfnl_is_error()
414 …->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) { in netfilter_send_config_msg()
170 if (nh->nlmsg_flags & NLM_F_MULTI) in netlink_recv()
81 NLM_F_MULTI = 2 variable
900 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
122 if (nh->nlmsg_flags & NLM_F_MULTI) in libbpf_netlink_recv()
166 netlink_message->nlmsg_flags = NLM_F_MULTI; in CreateNetlinkMessage()
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?
408 to set those. It'll also automatically add +NLM_F_MULTI+ flag when needed.
1162 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE) in ProcessRoutingNotification()