Searched refs:qthreshold (Results 1 – 5 of 5) sorted by relevance
72 unsigned int qthreshold; /* threshold of the queue */ member192 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()310 inst->qthreshold = qthresh; in nfulnl_set_qthresh()614 .qthreshold = 1,634 unsigned int qthreshold; in nfulnl_log_packet() local694 qthreshold = inst->qthreshold; in nfulnl_log_packet()696 if (li->u.ulog.qthreshold) in nfulnl_log_packet()697 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()698 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()740 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
94 li->u.ulog.qthreshold = in nft_log_init()161 if (li->u.ulog.qthreshold) { in nft_log_dump()163 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