Home | History | Annotate | Download | only in netfilter

Lines Matching refs:nfnl_log

31 	struct nfnl_log *log = (struct nfnl_log *) a;
82 struct nfnl_log *nfnl_log_alloc(void)
84 return (struct nfnl_log *) nl_object_alloc(&log_obj_ops);
87 void nfnl_log_get(struct nfnl_log *log)
92 void nfnl_log_put(struct nfnl_log *log)
104 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group)
110 int nfnl_log_test_group(const struct nfnl_log *log)
115 uint16_t nfnl_log_get_group(const struct nfnl_log *log)
120 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode)
126 int nfnl_log_test_copy_mode(const struct nfnl_log *log)
131 enum nfnl_log_copy_mode nfnl_log_get_copy_mode(const struct nfnl_log *log)
136 void nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range)
142 int nfnl_log_test_copy_range(const struct nfnl_log *log)
147 uint32_t nfnl_log_get_copy_range(const struct nfnl_log *log)
152 void nfnl_log_set_flush_timeout(struct nfnl_log *log, uint32_t timeout)
158 int nfnl_log_test_flush_timeout(const struct nfnl_log *log)
163 uint32_t nfnl_log_get_flush_timeout(const struct nfnl_log *log)
168 void nfnl_log_set_alloc_size(struct nfnl_log *log, uint32_t alloc_size)
174 int nfnl_log_test_alloc_size(const struct nfnl_log *log)
179 uint32_t nfnl_log_get_alloc_size(const struct nfnl_log *log)
184 void nfnl_log_set_queue_threshold(struct nfnl_log *log, uint32_t threshold)
190 int nfnl_log_test_queue_threshold(const struct nfnl_log *log)
195 uint32_t nfnl_log_get_queue_threshold(const struct nfnl_log *log)
205 void nfnl_log_set_flags(struct nfnl_log *log, unsigned int flags)
211 void nfnl_log_unset_flags(struct nfnl_log *log, unsigned int flags)
235 struct nfnl_log *a = (struct nfnl_log *) _a;
236 struct nfnl_log *b = (struct nfnl_log *) _b;
276 .oo_size = sizeof(struct nfnl_log),