aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/psample.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-09-16 09:18:03 +0200
committerDavid S. Miller <davem@davemloft.net>2019-09-16 09:18:03 +0200
commit95cf66747fc29e6be457e938f89d13e25cea8da3 (patch)
treeb91a0dfb567b5ed2878d5543014a65196f7fe7ae /include/net/psample.h
parent28c9eb9042a954d4e9fbec91484bddce280f1beb (diff)
parent470d5060e6b3b8fae47d944601855e9ece7a2470 (diff)
downloadkernel_replicant_linux-95cf66747fc29e6be457e938f89d13e25cea8da3.tar.gz
kernel_replicant_linux-95cf66747fc29e6be457e938f89d13e25cea8da3.tar.bz2
kernel_replicant_linux-95cf66747fc29e6be457e938f89d13e25cea8da3.zip
Merge branch 'More-fixes-for-unlocked-cls-hardware-offload-API-refactoring'
Vlad Buslov says: ==================== More fixes for unlocked cls hardware offload API refactoring Two fixes for my "Refactor cls hardware offload API to support rtnl-independent drivers" series and refactoring patch that implements infrastructure necessary for the fixes. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/psample.h')
-rw-r--r--include/net/psample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/psample.h b/include/net/psample.h
index 6b578ce69cd8..68ae16bb0a4a 100644
--- a/include/net/psample.h
+++ b/include/net/psample.h
@@ -15,6 +15,7 @@ struct psample_group {
};
struct psample_group *psample_group_get(struct net *net, u32 group_num);
+void psample_group_take(struct psample_group *group);
void psample_group_put(struct psample_group *group);
#if IS_ENABLED(CONFIG_PSAMPLE)