Home
last modified time | relevance | path

Searched refs:nf_logger_find_get (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/netfilter/
Dxt_TRACE.c17 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in trace_tg_check()
Dnf_log.c161 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get() function
167 ret = nf_logger_find_get(NFPROTO_IPV4, type); in nf_logger_find_get()
171 ret = nf_logger_find_get(NFPROTO_IPV6, type); in nf_logger_find_get()
194 EXPORT_SYMBOL_GPL(nf_logger_find_get);
Dxt_NFLOG.c51 return nf_logger_find_get(par->family, NF_LOG_TYPE_ULOG); in nflog_tg_check()
Dxt_LOG.c61 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in log_tg_check()
Dnft_log.c199 err = nf_logger_find_get(ctx->family, li->type); in nft_log_init()
/Linux-v5.10/include/net/netfilter/
Dnf_log.h69 int nf_logger_find_get(int pf, enum nf_log_type type);