Home
last modified time | relevance | path

Searched refs:NLM_F_BULK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dnetlink.h83 #define NLM_F_BULK 0x200 /* Delete multiple objects */ macro
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro.rst652 For ``DEL`` - ``NLM_F_NONREC`` is only used by nftables and ``NLM_F_BULK``
/linux-6.15/net/core/
H A Drtnetlink.c4708 bool del_bulk = !!(nlh->nlmsg_flags & NLM_F_BULK); in rtnl_fdb_del()
6758 bool del_bulk = !!(nlh->nlmsg_flags & NLM_F_BULK); in rtnl_mdb_del()
6944 if (kind == RTNL_KIND_DEL && (nlh->nlmsg_flags & NLM_F_BULK) && in rtnetlink_rcv_msg()