Searched refs:qthreshold (Results 1 – 5 of 5) sorted by relevance
76 unsigned int qthreshold; /* threshold of the queue */ member196 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()312 inst->qthreshold = qthresh; in nfulnl_set_qthresh()669 .qthreshold = 1,689 unsigned int qthreshold; in nfulnl_log_packet() local752 qthreshold = inst->qthreshold; in nfulnl_log_packet()754 if (li->u.ulog.qthreshold) in nfulnl_log_packet()755 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()756 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()801 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
204 li->u.ulog.qthreshold = in nft_log_init()273 if (li->u.ulog.qthreshold) { in nft_log_dump()275 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()
29 u_int16_t qthreshold; member
Completed in 8 milliseconds