Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibipt_ULOG.c52 loginfo->qthreshold = ULOG_DEFAULT_QTHRESHOLD; in ULOG_init()
74 loginfo->qthreshold = cb->val.u64; in ULOG_parse()
94 if (loginfo->qthreshold != ULOG_DEFAULT_QTHRESHOLD) in ULOG_save()
95 printf(" --ulog-qthreshold %u", (unsigned int)loginfo->qthreshold); in ULOG_save()
109 printf(" queue_threshold %u", (unsigned int)loginfo->qthreshold); in ULOG_print()
Dlibipt_ULOG.t15 -j ULOG --ulog-qthreshold 1;-j ULOG;OK
16 -j ULOG --ulog-qthreshold 0;;FAIL
17 -j ULOG --ulog-qthreshold 50;=;OK
18 -j ULOG --ulog-qthreshold 51;;FAIL
Dlibipt_ULOG.man23 \fB\-\-ulog\-qthreshold\fP \fIsize\fP
/external/iptables/include/linux/netfilter_ipv4/
Dipt_ULOG.h30 size_t qthreshold; member