Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dnf_log.c19 static const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO] __read_mostly;
23 static struct nf_logger *__find_logger(int pf, const char *str_logger) in __find_logger()
25 struct nf_logger *t; in __find_logger()
36 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register()
38 const struct nf_logger *llog; in nf_log_register()
67 void nf_log_unregister(struct nf_logger *logger) in nf_log_unregister()
69 const struct nf_logger *c_logger; in nf_log_unregister()
86 int nf_log_bind_pf(u_int8_t pf, const struct nf_logger *logger) in nf_log_bind_pf()
121 const struct nf_logger *logger; in nf_log_packet()
164 const struct nf_logger *logger; in seq_show()
[all …]
Dxt_LOG.c879 static struct nf_logger ipt_log_logger __read_mostly = {
886 static struct nf_logger ip6t_log_logger __read_mostly = {
Dnfnetlink_log.c712 static struct nf_logger nfulnl_logger __read_mostly = {
/linux-3.4.99/include/net/netfilter/
Dnf_log.h41 struct nf_logger { struct
49 int nf_log_register(u_int8_t pf, struct nf_logger *logger); argument
50 void nf_log_unregister(struct nf_logger *logger);
52 int nf_log_bind_pf(u_int8_t pf, const struct nf_logger *logger);
/linux-3.4.99/net/bridge/netfilter/
Debt_log.c203 static struct nf_logger ebt_log_logger __read_mostly = {
Debt_ulog.c278 static struct nf_logger ebt_ulog_logger __read_mostly = {
/linux-3.4.99/net/ipv4/netfilter/
Dipt_ULOG.c374 static struct nf_logger ipt_ulog_logger __read_mostly = {