]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/smc/smc_netns.h
Merge tag 'docs-5.9-3' of git://git.lwn.net/linux
[mirror_ubuntu-jammy-kernel.git] / net / smc / smc_netns.h
CommitLineData
64e28b52
HW
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};
20#endif