Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dxt_LOG.c62 ret = nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in log_tg_check()
66 ret = nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in log_tg_check()
H A Dxt_NFLOG.c52 ret = nf_logger_find_get(par->family, NF_LOG_TYPE_ULOG); in nflog_tg_check()
56 ret = nf_logger_find_get(par->family, NF_LOG_TYPE_ULOG); in nflog_tg_check()
H A Dnf_log.c154 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get() function
165 ret = nf_logger_find_get(NFPROTO_IPV4, type); in nf_logger_find_get()
169 ret = nf_logger_find_get(NFPROTO_IPV6, type); in nf_logger_find_get()
189 EXPORT_SYMBOL_GPL(nf_logger_find_get);
H A Dxt_TRACE.c17 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in trace_tg_check()
H A Dnft_log.c213 err = nf_logger_find_get(ctx->family, li->type); in nft_log_init()
/linux/include/net/netfilter/
H A Dnf_log.h69 int nf_logger_find_get(int pf, enum nf_log_type type);