Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnft_log.c102 ret = nf_logger_find_get(NFPROTO_IPV4, li->type); in nft_log_init()
106 ret = nf_logger_find_get(NFPROTO_IPV6, li->type); in nft_log_init()
114 return nf_logger_find_get(ctx->afi->family, li->type); in nft_log_init()
Dxt_LOG.c64 return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); in log_tg_check()
Dnf_log.c157 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get() function
176 EXPORT_SYMBOL_GPL(nf_logger_find_get);
/linux-4.1.27/include/net/netfilter/
Dnf_log.h64 int nf_logger_find_get(int pf, enum nf_log_type type);