Searched refs:nf_logger (Results 1 – 8 of 8) sorted by relevance
19 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;25 static struct nf_logger *__find_logger(int pf, const char *str_logger) in __find_logger()27 struct nf_logger *log; in __find_logger()42 void nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set()44 const struct nf_logger *log; in nf_log_set()58 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset()61 const struct nf_logger *log; in nf_log_unset()75 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register()108 void nf_log_unregister(struct nf_logger *logger) in nf_log_unregister()110 const struct nf_logger *log; in nf_log_unregister()[all …]
800 static struct nf_logger nfulnl_logger __read_mostly = {
45 struct nf_logger { struct53 int nf_log_register(u_int8_t pf, struct nf_logger *logger); argument54 void nf_log_unregister(struct nf_logger *logger);57 const struct nf_logger *logger);58 void nf_log_unset(struct net *net, const struct nf_logger *logger);61 const struct nf_logger *logger);
7 struct nf_logger;13 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
44 static struct nf_logger nf_bridge_logger __read_mostly = {
105 static struct nf_logger nf_arp_logger __read_mostly = {
341 static struct nf_logger nf_ip_logger __read_mostly = {
373 static struct nf_logger nf_ip6_logger __read_mostly = {