1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * ieee802154 6lowpan in net namespaces 3 * ieee802154 6lowpan in net namespaces 4 */ 4 */ 5 5 6 #include <net/inet_frag.h> 6 #include <net/inet_frag.h> 7 7 8 #ifndef __NETNS_IEEE802154_6LOWPAN_H__ 8 #ifndef __NETNS_IEEE802154_6LOWPAN_H__ 9 #define __NETNS_IEEE802154_6LOWPAN_H__ 9 #define __NETNS_IEEE802154_6LOWPAN_H__ 10 10 11 struct netns_sysctl_lowpan { 11 struct netns_sysctl_lowpan { 12 #ifdef CONFIG_SYSCTL 12 #ifdef CONFIG_SYSCTL 13 struct ctl_table_header *frags_hdr; 13 struct ctl_table_header *frags_hdr; 14 #endif 14 #endif 15 }; 15 }; 16 16 17 struct netns_ieee802154_lowpan { 17 struct netns_ieee802154_lowpan { 18 struct netns_sysctl_lowpan sysctl; 18 struct netns_sysctl_lowpan sysctl; 19 struct fqdir *fqdir; 19 struct fqdir *fqdir; 20 }; 20 }; 21 21 22 #endif 22 #endif 23 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.