fs: create and use seq_show_option for escaping
[linux/fpc-iii.git] / include / net / netns / ieee802154_6lowpan.h
blob8170f8d7052b21f5b8e82d8cb7c1c52a56042378
1 /*
2 * ieee802154 6lowpan in net namespaces
3 */
5 #include <net/inet_frag.h>
7 #ifndef __NETNS_IEEE802154_6LOWPAN_H__
8 #define __NETNS_IEEE802154_6LOWPAN_H__
10 struct netns_sysctl_lowpan {
11 #ifdef CONFIG_SYSCTL
12 struct ctl_table_header *frags_hdr;
13 #endif
16 struct netns_ieee802154_lowpan {
17 struct netns_sysctl_lowpan sysctl;
18 struct netns_frags frags;
21 #endif