Searched refs:NLM_F_BULK (Results 1 – 3 of 3) sorted by relevance
83 #define NLM_F_BULK 0x200 /* Delete multiple objects */ macro
4404 bool del_bulk = !!(nlh->nlmsg_flags & NLM_F_BULK); in rtnl_fdb_del()6469 bool del_bulk = !!(nlh->nlmsg_flags & NLM_F_BULK); in rtnl_mdb_del()6655 if (kind == RTNL_KIND_DEL && (nlh->nlmsg_flags & NLM_F_BULK) && in rtnetlink_rcv_msg()
652 For ``DEL`` - ``NLM_F_NONREC`` is only used by nftables and ``NLM_F_BULK``