Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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) 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 …]
H A Dnf_log_netdev.c27 static struct nf_logger nf_netdev_logger __read_mostly = {
H A Dnfnetlink_log.c851 static struct nf_logger nfulnl_logger __read_mostly = {
/OK3568_Linux_fs/kernel/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); 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);
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dnetfilter.h9 struct nf_logger;
17 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnf_log_bridge.c28 static struct nf_logger nf_bridge_logger __read_mostly = {
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_log_arp.c117 static struct nf_logger nf_arp_logger __read_mostly = {
H A Dnf_log_ipv4.c340 static struct nf_logger nf_ip_logger __read_mostly = {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0008-netfilter-nft_log-restrict-the-log-prefix-length-to-.patch58 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_log_ipv6.c372 static struct nf_logger nf_ip6_logger __read_mostly = {