Searched refs:NLM_F_MULTI (Results 1 – 8 of 8) sorted by relevance
71 #define NLM_F_MULTI 2 macro
50 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */ macro
52 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */ macro
53 #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */ macro
574 if (hdr->nlmsg_flags & NLM_F_MULTI) in recvmsgs()
309 …->nlmsg_type == NLMSG_ERROR || (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) { in netfilter_send_config_msg()
284 setting NLM_F_MULTI.
1103 if ((pNLMsg->nlmsg_flags & NLM_F_MULTI) != 0 && pNLMsg->nlmsg_type != NLMSG_DONE) in ProcessRoutingNotification()