Searched defs:qthreshold (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dnfnetlink_log.c67 unsigned int qthreshold; /* threshold of the queue */ member in struct:nfulnl_instance
187 inst->qthreshold = NFULNL_QTHRESH_DEFAULT;
305 inst->qthreshold = qthresh;
602 .qthreshold = 1,
621 unsigned int qthreshold; local
670 qthreshold = inst->qthreshold;
671 /* per-rule qthreshold overrides per-instance */
672 if (li->u.ulog.qthreshold)
673 if (qthreshold > l
[all...]

Completed in 70 milliseconds