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