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.c54 nl_dump(p, "queue_threshold=%u ", log->log_queue_threshold); in nfnl_log_dump()
186 log->log_queue_threshold = threshold; in nfnl_log_set_queue_threshold()
197 return log->log_queue_threshold; in nfnl_log_get_queue_threshold()
249 diff |= NFNL_LOG_DIFF_VAL(QUEUE_THRESHOLD, log_queue_threshold); in nfnl_log_compare()
/external/libnl/include/netlink-private/
Dtypes.h882 uint32_t log_queue_threshold; member