Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_log.c166 nf_logger_put(NFPROTO_IPV4, type); in nf_logger_find_get()
186 void nf_logger_put(int pf, enum nf_log_type type) in nf_logger_put() function
191 nf_logger_put(NFPROTO_IPV4, type); in nf_logger_put()
192 nf_logger_put(NFPROTO_IPV6, type); in nf_logger_put()
204 EXPORT_SYMBOL_GPL(nf_logger_put);
H A Dxt_TRACE.c22 nf_logger_put(par->family, NF_LOG_TYPE_LOG); in trace_tg_destroy()
H A Dxt_NFLOG.c64 nf_logger_put(par->family, NF_LOG_TYPE_ULOG); in nflog_tg_destroy()
H A Dxt_LOG.c74 nf_logger_put(par->family, NF_LOG_TYPE_LOG); in log_tg_destroy()
H A Dnft_log.c241 nf_logger_put(ctx->family, li->type); in nft_log_destroy()
/openbmc/linux/include/net/netfilter/
H A Dnf_log.h70 void nf_logger_put(int pf, enum nf_log_type type);