Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dlog_obj.c55 nl_dump(p, "queue_threshold=%u ", log->log_queue_threshold); in nfnl_log_dump()
187 log->log_queue_threshold = threshold; in nfnl_log_set_queue_threshold()
198 return log->log_queue_threshold; in nfnl_log_get_queue_threshold()
250 diff |= NFNL_LOG_DIFF_VAL(QUEUE_THRESHOLD, log_queue_threshold); in nfnl_log_compare()
/external/libnl/include/netlink-private/
Dtypes.h992 uint32_t log_queue_threshold; member