Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nf_hooks_lwtunnel.h « netfilter « net « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52e27920f82904895ea9b6154e77143156274100 (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(struct ctl_table *table, int write,
				     void *buffer, size_t *lenp, loff_t *ppos);
#endif