Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dnetlink.h83 #define NLM_F_BULK 0x200 /* Delete multiple objects */ macro
/Linux-v6.6/Documentation/userspace-api/netlink/
Dintro.rst648 For ``DEL`` - ``NLM_F_NONREC`` is only used by nftables and ``NLM_F_BULK``
/Linux-v6.6/net/core/
Drtnetlink.c4344 bool del_bulk = !!(nlh->nlmsg_flags & NLM_F_BULK); in rtnl_fdb_del()
6422 if (kind == RTNL_KIND_DEL && (nlh->nlmsg_flags & NLM_F_BULK) && in rtnetlink_rcv_msg()