Searched refs:qthreshold (Results 1 – 4 of 4) sorted by relevance
76 unsigned int qthreshold; /* threshold of the queue */ member206 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()322 inst->qthreshold = qthresh; in nfulnl_set_qthresh()681 .qthreshold = 1,701 unsigned int qthreshold; in nfulnl_log_packet() local764 qthreshold = inst->qthreshold; in nfulnl_log_packet()766 if (li->u.ulog.qthreshold) in nfulnl_log_packet()767 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()768 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()813 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
29 u_int16_t qthreshold; member