Symbol: nf_logger
include/net/netfilter/nf_log.h
59
int nf_log_register(u_int8_t pf, struct nf_logger *logger);
include/net/netfilter/nf_log.h
60
void nf_log_unregister(struct nf_logger *logger);
include/net/netfilter/nf_log.h
65
int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger);
include/net/netfilter/nf_log.h
66
void nf_log_unset(struct net *net, const struct nf_logger *logger);
include/net/netfilter/nf_log.h
69
const struct nf_logger *logger);
include/net/netns/netfilter.h
15
const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
include/net/netns/netfilter.h
8
struct nf_logger;
net/netfilter/nf_log.c
112
void nf_log_unregister(struct nf_logger *logger)
net/netfilter/nf_log.c
114
const struct nf_logger *log;
net/netfilter/nf_log.c
155
const struct nf_logger *logger)
net/netfilter/nf_log.c
182
struct nf_logger *logger;
net/netfilter/nf_log.c
219
struct nf_logger *logger;
net/netfilter/nf_log.c
22
static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
net/netfilter/nf_log.c
248
const struct nf_logger *logger;
net/netfilter/nf_log.c
276
const struct nf_logger *logger;
net/netfilter/nf_log.c
28
static struct nf_logger *__find_logger(int pf, const char *str_logger)
net/netfilter/nf_log.c
30
struct nf_logger *log;
net/netfilter/nf_log.c
380
const struct nf_logger *logger;
net/netfilter/nf_log.c
440
const struct nf_logger *logger;
net/netfilter/nf_log.c
45
int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger)
net/netfilter/nf_log.c
47
const struct nf_logger *log;
net/netfilter/nf_log.c
63
void nf_log_unset(struct net *net, const struct nf_logger *logger)
net/netfilter/nf_log.c
66
const struct nf_logger *log;
net/netfilter/nf_log.c
79
int nf_log_register(u_int8_t pf, struct nf_logger *logger)
net/netfilter/nf_log_syslog.c
158
static struct nf_logger nf_arp_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
861
static struct nf_logger nf_ip_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
896
static struct nf_logger nf_ip6_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
955
static struct nf_logger nf_netdev_logger __read_mostly = {
net/netfilter/nf_log_syslog.c
962
static struct nf_logger nf_bridge_logger __read_mostly = {
net/netfilter/nfnetlink_log.c
862
static struct nf_logger nfulnl_logger __read_mostly = {