aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_netns.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/smc/smc_netns.h')
-rw-r--r--net/smc/smc_netns.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/smc/smc_netns.h b/net/smc/smc_netns.h
new file mode 100644
index 000000000..0f4f35aa4
--- /dev/null
+++ b/net/smc/smc_netns.h
@@ -0,0 +1,21 @@
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Shared Memory Communications
3 *
4 * Network namespace definitions.
5 *
6 * Copyright IBM Corp. 2018
7 */
8
9#ifndef SMC_NETNS_H
10#define SMC_NETNS_H
11
12#include "smc_pnet.h"
13
14extern unsigned int smc_net_id;
15
16/* per-network namespace private data */
17struct smc_net {
18 struct smc_pnettable pnettable;
19 struct smc_pnetids_ndev pnetids_ndev;
20};
21#endif