Searched refs:nf_log_sysctl_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_log.c220 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1]; variable in typeref:struct:ctl_table
270 nf_log_sysctl_table[i].procname =
272 nf_log_sysctl_table[i].data = NULL;
273 nf_log_sysctl_table[i].maxlen =
275 nf_log_sysctl_table[i].mode = 0644;
276 nf_log_sysctl_table[i].proc_handler = nf_log_proc_dostring;
277 nf_log_sysctl_table[i].extra1 = (void *)(unsigned long) i;
281 nf_log_sysctl_table);

Completed in 45 milliseconds