hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/net/psample.h
....@@ -3,7 +3,6 @@
33 #define __NET_PSAMPLE_H
44
55 #include <uapi/linux/psample.h>
6
-#include <linux/module.h>
76 #include <linux/list.h>
87
98 struct psample_group {
....@@ -16,6 +15,7 @@
1615 };
1716
1817 struct psample_group *psample_group_get(struct net *net, u32 group_num);
18
+void psample_group_take(struct psample_group *group);
1919 void psample_group_put(struct psample_group *group);
2020
2121 struct sk_buff;