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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h31 unsigned long long qthreshold; member in struct:ipt_ulog_info
34 size_t qthreshold; member in struct:ipt_ulog_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_ULOG.c42 " --ulog-qthreshold Threshold of in-kernel queue\n"
51 {"ulog-qthreshold", 1, 0, 'B'},
61 loginfo->qthreshold = ULOG_DEFAULT_QTHRESHOLD;
141 "Can't specify --ulog-qthreshold twice");
149 loginfo->qthreshold = (unsigned long long)atoll(optarg);
151 loginfo->qthreshold = atoi(optarg);
184 if (loginfo->qthreshold != ULOG_DEFAULT_QTHRESHOLD)
185 printf("--ulog-qthreshold %llu ", loginfo->qthreshold);
190 if (loginfo->qthreshold !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h30 size_t qthreshold; member in struct:ipt_ulog_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_ulog.h15 unsigned int qthreshold; member in struct:ebt_ulog_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_ULOG.h30 size_t qthreshold; member in struct:ipt_ulog_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ULOG.c30 " --ulog-qthreshold Threshold of in-kernel queue\n"
42 {.name = "ulog-qthreshold", .id = O_ULOG_QTHR, .type = XTTYPE_UINT64},
51 loginfo->qthreshold = ULOG_DEFAULT_QTHRESHOLD;
73 loginfo->qthreshold = cb->val.u64;
93 if (loginfo->qthreshold != ULOG_DEFAULT_QTHRESHOLD)
94 printf(" --ulog-qthreshold %u", (unsigned int)loginfo->qthreshold);
108 printf(" queue_threshold %u", (unsigned int)loginfo->qthreshold);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ULOG.c193 } else if (ub->qlen >= loginfo->qthreshold ||
204 DEBUGP("ipt_ULOG: qlen %d, qthreshold %d\n", ub->qlen,
205 loginfo->qthreshold);
268 if (ub->qlen >= loginfo->qthreshold) {
269 if (loginfo->qthreshold > 1)
314 loginfo.qthreshold = ULOG_DEFAULT_QTHRESHOLD;
319 loginfo.qthreshold = li->u.ulog.qthreshold;
339 if (loginfo->qthreshold > ULOG_MAX_QLEN) {
341 loginfo->qthreshold);
351 compat_size_t qthreshold; member in struct:compat_ipt_ulog_info
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c205 if (ub->qlen >= uloginfo->qthreshold)
236 loginfo.qthreshold = EBT_ULOG_DEFAULT_QTHRESHOLD;
241 loginfo.qthreshold = li->u.ulog.qthreshold;
269 if (uloginfo->qthreshold > EBT_ULOG_MAX_QLEN)
270 uloginfo->qthreshold = EBT_ULOG_MAX_QLEN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_NFLOG.c34 li.u.ulog.qthreshold = info->threshold;
H A Dnfnetlink_log.c62 unsigned int qthreshold; /* threshold of the queue */ member in struct:nfulnl_instance
160 inst->qthreshold = NFULNL_QTHRESH_DEFAULT;
292 inst->qthreshold = qthresh;
552 .qthreshold = 1,
570 unsigned int qthreshold; local
610 qthreshold = inst->qthreshold;
611 /* per-rule qthreshold overrides per-instance */
612 if (qthreshold > li->u.ulog.qthreshold)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter.h150 u_int16_t qthreshold; member in struct:nf_loginfo::__anon10172::__anon10173

Completed in 80 milliseconds