nf_logger_find_get 69 include/net/netfilter/nf_log.h int nf_logger_find_get(int pf, enum nf_log_type type); nf_logger_find_get 167 net/netfilter/nf_log.c ret = nf_logger_find_get(NFPROTO_IPV4, type); nf_logger_find_get 171 net/netfilter/nf_log.c ret = nf_logger_find_get(NFPROTO_IPV6, type); nf_logger_find_get 194 net/netfilter/nf_log.c EXPORT_SYMBOL_GPL(nf_logger_find_get); nf_logger_find_get 199 net/netfilter/nft_log.c err = nf_logger_find_get(ctx->family, li->type); nf_logger_find_get 61 net/netfilter/xt_LOG.c return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG); nf_logger_find_get 51 net/netfilter/xt_NFLOG.c return nf_logger_find_get(par->family, NF_LOG_TYPE_ULOG); nf_logger_find_get 17 net/netfilter/xt_TRACE.c return nf_logger_find_get(par->family, NF_LOG_TYPE_LOG);