Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_log.c393 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1]; variable
462 table = nf_log_sysctl_table; in netfilter_log_sysctl_init()
464 table = kmemdup(nf_log_sysctl_table, in netfilter_log_sysctl_init()
465 sizeof(nf_log_sysctl_table), in netfilter_log_sysctl_init()
473 nf_log_sysctl_table[i].procname = in netfilter_log_sysctl_init()
475 nf_log_sysctl_table[i].maxlen = NFLOGGER_NAME_LEN; in netfilter_log_sysctl_init()
476 nf_log_sysctl_table[i].mode = 0644; in netfilter_log_sysctl_init()
477 nf_log_sysctl_table[i].proc_handler = in netfilter_log_sysctl_init()
479 nf_log_sysctl_table[i].extra1 = in netfilter_log_sysctl_init()
494 ARRAY_SIZE(nf_log_sysctl_table)); in netfilter_log_sysctl_init()