projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
net: rtnetlink: add bulk delete support flag
[linux.git]
/
include
/
net
/
rtnetlink.h
diff --git
a/include/net/rtnetlink.h
b/include/net/rtnetlink.h
index 0bf622409aaac124ed444c9061afc9d2004acc84..bf8bb33578250416b75b322f45ab483ffbb71991 100644
(file)
--- a/
include/net/rtnetlink.h
+++ b/
include/net/rtnetlink.h
@@
-10,7
+10,8
@@
typedef int (*rtnl_doit_func)(struct sk_buff *, struct nlmsghdr *,
typedef int (*rtnl_dumpit_func)(struct sk_buff *, struct netlink_callback *);
enum rtnl_link_flags {
- RTNL_FLAG_DOIT_UNLOCKED = BIT(0),
+ RTNL_FLAG_DOIT_UNLOCKED = BIT(0),
+ RTNL_FLAG_BULK_DEL_SUPPORTED = BIT(1),
};
enum rtnl_kinds {
This page took
0.039561 seconds
and
4
git commands to generate.