Home
last modified time | relevance | path

Searched refs:qthreshold (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
Dnfnetlink_log.c71 unsigned int qthreshold; /* threshold of the queue */ member
191 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() local
748 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()
Dnft_log.c190 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()
Dxt_NFLOG.c30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/net/bridge/netfilter/
Debt_nflog.c33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()