Searched refs:nf_logger (Results 1 – 5 of 5) sorted by relevance
48 struct nf_logger { struct59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); argument60 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);
22 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) in __find_logger()30 struct nf_logger *log; in __find_logger()45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set()47 const struct nf_logger *log; in nf_log_set()63 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset()66 const struct nf_logger *log; in nf_log_unset()79 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register()112 void nf_log_unregister(struct nf_logger *logger) in nf_log_unregister()114 const struct nf_logger *log; in nf_log_unregister()[all …]
157 static struct nf_logger nf_arp_logger __read_mostly = {858 static struct nf_logger nf_ip_logger __read_mostly = {893 static struct nf_logger nf_ip6_logger __read_mostly = {952 static struct nf_logger nf_netdev_logger __read_mostly = {959 static struct nf_logger nf_bridge_logger __read_mostly = {
858 static struct nf_logger nfulnl_logger __read_mostly = {
8 struct nf_logger;15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];