Searched refs:nf_logger_find_get (Results 1 – 6 of 6) sorted by relevance
16 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in trace_tg_check()
160 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get() function166 ret = nf_logger_find_get(NFPROTO_IPV4, type); in nf_logger_find_get()170 ret = nf_logger_find_get(NFPROTO_IPV6, type); in nf_logger_find_get()193 EXPORT_SYMBOL_GPL(nf_logger_find_get);
54 return nf_logger_find_get(par->family, NF_LOG_TYPE_ULOG); in nflog_tg_check()
64 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in log_tg_check()
202 err = nf_logger_find_get(ctx->family, li->type); in nft_log_init()
69 int nf_logger_find_get(int pf, enum nf_log_type type);