Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_log.c19 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 …]
Dnfnetlink_log.c800 static struct nf_logger nfulnl_logger __read_mostly = {
/linux-4.4.14/include/net/netfilter/
Dnf_log.h45 struct nf_logger { struct
53 int nf_log_register(u_int8_t pf, struct nf_logger *logger); argument
54 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);
/linux-4.4.14/include/net/netns/
Dnetfilter.h7 struct nf_logger;
13 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/linux-4.4.14/net/bridge/netfilter/
Dnf_log_bridge.c44 static struct nf_logger nf_bridge_logger __read_mostly = {
/linux-4.4.14/net/ipv4/netfilter/
Dnf_log_arp.c105 static struct nf_logger nf_arp_logger __read_mostly = {
Dnf_log_ipv4.c341 static struct nf_logger nf_ip_logger __read_mostly = {
/linux-4.4.14/net/ipv6/netfilter/
Dnf_log_ipv6.c373 static struct nf_logger nf_ip6_logger __read_mostly = {