Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dlog_obj.c27 uint32_t log_queue_threshold; member
66 nl_dump(p, "queue_threshold=%u ", log->log_queue_threshold); in nfnl_log_dump()
198 log->log_queue_threshold = threshold; in nfnl_log_set_queue_threshold()
209 return log->log_queue_threshold; in nfnl_log_get_queue_threshold()
266 diff |= NFNL_LOG_DIFF_VAL(LOG_ATTR_QUEUE_THRESHOLD, log_queue_threshold); in nfnl_log_compare()