Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnfnetlink_log.c76 unsigned int qthreshold; /* threshold of the queue */ member
196 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() local
752 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()
A Dnft_log.c204 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()
A Dxt_NFLOG.c30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/linux-6.3-rc2/net/bridge/netfilter/
A Debt_nflog.c33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/linux-6.3-rc2/include/net/netfilter/
A Dnf_log.h29 u_int16_t qthreshold; member

Completed in 9 milliseconds