Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_log.c21 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
27 static struct nf_logger *__find_logger(int pf, const char *str_logger) in __find_logger()
29 struct nf_logger *log; in __find_logger()
44 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set()
46 const struct nf_logger *log; in nf_log_set()
62 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset()
65 const struct nf_logger *log; in nf_log_unset()
78 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register()
111 void nf_log_unregister(struct nf_logger *logger) in nf_log_unregister()
113 const struct nf_logger *log; in nf_log_unregister()
[all …]
Dnf_log_netdev.c30 static struct nf_logger nf_netdev_logger __read_mostly = {
Dnfnetlink_log.c802 static struct nf_logger nfulnl_logger __read_mostly = {
/Linux-v4.19/include/net/netfilter/
Dnf_log.h48 struct nf_logger { struct
59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); argument
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-v4.19/include/net/netns/
Dnetfilter.h8 struct nf_logger;
16 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/Linux-v4.19/net/bridge/netfilter/
Dnf_log_bridge.c31 static struct nf_logger nf_bridge_logger __read_mostly = {
/Linux-v4.19/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-v4.19/net/ipv6/netfilter/
Dnf_log_ipv6.c373 static struct nf_logger nf_ip6_logger __read_mostly = {