Home
last modified time | relevance | path

Searched refs:nf_log_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/net/netfilter/
Dnf_log.h14 enum nf_log_type { enum
50 enum nf_log_type type;
69 int nf_logger_find_get(int pf, enum nf_log_type type);
70 void nf_logger_put(int pf, enum nf_log_type type);
/linux-6.12.1/net/netfilter/
Dnf_log.c154 int nf_logger_find_get(int pf, enum nf_log_type type) in nf_logger_find_get()
191 void nf_logger_put(int pf, enum nf_log_type type) in nf_logger_put()
Dnft_log.c131 static int nft_log_modprobe(struct net *net, enum nf_log_type t) in nft_log_modprobe()