Searched refs:qthreshold (Results 1 – 5 of 5) sorted by relevance
71 unsigned int qthreshold; /* threshold of the queue */ member191 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()309 inst->qthreshold = qthresh; in nfulnl_set_qthresh()609 .qthreshold = 1,628 unsigned int qthreshold; in nfulnl_log_packet() local677 qthreshold = inst->qthreshold; in nfulnl_log_packet()679 if (li->u.ulog.qthreshold) in nfulnl_log_packet()680 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()681 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()722 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
95 li->u.ulog.qthreshold = in nft_log_init()162 if (li->u.ulog.qthreshold) { in nft_log_dump()164 htons(li->u.ulog.qthreshold))) in nft_log_dump()
34 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
32 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
27 u_int16_t qthreshold; member