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

/linux-master/include/net/netfilter/
H A Dnf_log.h48 struct nf_logger { struct
59 int nf_log_register(u_int8_t pf, struct nf_logger *logger);
60 void nf_log_unregister(struct nf_logger *logger);
62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger);
63 void nf_log_unset(struct net *net, const struct nf_logger *logger);
66 const struct nf_logger *logger);
/linux-master/include/net/netns/
H A Dnetfilter.h8 struct nf_logger;
15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/linux-master/net/netfilter/
H A Dnf_log.c22 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
28 static struct nf_logger *__find_logger(int pf, const char *str_logger)
30 struct nf_logger *log;
45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger)
47 const struct nf_logger *log;
63 void nf_log_unset(struct net *net, const struct nf_logger *logger)
66 const struct nf_logger *log;
79 int nf_log_register(u_int8_t pf, struct nf_logger *logger)
112 void nf_log_unregister(struct nf_logger *logger)
114 const struct nf_logger *lo
[all...]
H A Dnf_log_syslog.c158 static struct nf_logger nf_arp_logger __read_mostly = {
859 static struct nf_logger nf_ip_logger __read_mostly = {
894 static struct nf_logger nf_ip6_logger __read_mostly = {
953 static struct nf_logger nf_netdev_logger __read_mostly = {
960 static struct nf_logger nf_bridge_logger __read_mostly = {
H A Dnfnetlink_log.c866 static struct nf_logger nfulnl_logger __read_mostly = {

Completed in 171 milliseconds