Searched refs:nf_logger_find_get (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | xt_NFLOG.c | 52 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()
|
A D | xt_LOG.c | 62 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()
|
A D | xt_TRACE.c | 17 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in trace_tg_check()
|
A D | nf_log.c | 154 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get() function 160 ret = nf_logger_find_get(NFPROTO_IPV4, type); in nf_logger_find_get() 164 ret = nf_logger_find_get(NFPROTO_IPV6, type); in nf_logger_find_get() 184 EXPORT_SYMBOL_GPL(nf_logger_find_get);
|
A D | nft_log.c | 213 err = nf_logger_find_get(ctx->family, li->type); in nft_log_init()
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_log.h | 69 int nf_logger_find_get(int pf, enum nf_log_type type);
|
Completed in 6 milliseconds