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

/linux-master/net/netfilter/
H A Dnf_log.c398 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1]; variable in typeref:struct:ctl_table
467 table = nf_log_sysctl_table;
469 table = kmemdup(nf_log_sysctl_table,
470 sizeof(nf_log_sysctl_table),
478 nf_log_sysctl_table[i].procname =
480 nf_log_sysctl_table[i].maxlen = NFLOGGER_NAME_LEN;
481 nf_log_sysctl_table[i].mode = 0644;
482 nf_log_sysctl_table[i].proc_handler =
484 nf_log_sysctl_table[i].extra1 =
499 ARRAY_SIZE(nf_log_sysctl_table));
[all...]

Completed in 98 milliseconds