Searched refs:qthreshold (Results 1 – 4 of 4) sorted by relevance
71 unsigned int qthreshold; /* threshold of the queue */ member191 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()307 inst->qthreshold = qthresh; in nfulnl_set_qthresh()667 .qthreshold = 1,687 unsigned int qthreshold; in nfulnl_log_packet() local748 qthreshold = inst->qthreshold; in nfulnl_log_packet()750 if (li->u.ulog.qthreshold) in nfulnl_log_packet()751 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()752 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()797 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
190 li->u.ulog.qthreshold = in nft_log_init()254 if (li->u.ulog.qthreshold) { in nft_log_dump()256 htons(li->u.ulog.qthreshold))) in nft_log_dump()
30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()