blob: cef7a4eb8f979ab44e8f0ac9e6660e76f7ac05f0 (
plain)
1
2
3
4
5
6
7
|
#include <linux/sysctl.h>
#include <linux/types.h>
#ifdef CONFIG_SYSCTL
int nf_hooks_lwtunnel_sysctl_handler(const struct ctl_table *table, int write,
void *buffer, size_t *lenp, loff_t *ppos);
#endif
|