]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - include/net/netns/ieee802154_6lowpan.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / include / net / netns / ieee802154_6lowpan.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
633fc86f
AA
2/*
3 * ieee802154 6lowpan in net namespaces
4 */
5
6#include <net/inet_frag.h>
7
8#ifndef __NETNS_IEEE802154_6LOWPAN_H__
9#define __NETNS_IEEE802154_6LOWPAN_H__
10
7240cdec
AA
11struct netns_sysctl_lowpan {
12#ifdef CONFIG_SYSCTL
13 struct ctl_table_header *frags_hdr;
14#endif
15};
16
633fc86f 17struct netns_ieee802154_lowpan {
7240cdec
AA
18 struct netns_sysctl_lowpan sysctl;
19 struct netns_frags frags;
633fc86f
AA
20};
21
22#endif