Searched refs:NLM_F_MULTI (Results 1 – 16 of 16) sorted by relevance
5 #if !(defined(NLM_F_MULTI) || (defined(HAVE_DECL_NLM_F_MULTI) && HAVE_DECL_NLM_F_MULTI))6 # define NLM_F_MULTI 0x2 macro30 XLAT(NLM_F_MULTI),
2 NLM_F_MULTI 0x2
73 #define NLM_F_MULTI 2
49 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */ macro
55 #define NLM_F_MULTI 0x02 /* Multipart message, terminated by NLMSG_DONE */ macro
330 .nlmsg_flags = NLM_F_MULTI in test_nlmsg_done()356 .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()
314 …->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) { in netfilter_send_config_msg()
855 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
81 NLM_F_MULTI = 2 variable
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?
284 setting NLM_F_MULTI.
1104 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE) in ProcessRoutingNotification()