Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_log.c74 unsigned int qthreshold; /* threshold of the queue */ member
194 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()
310 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
615 .qthreshold = 1,
635 unsigned int qthreshold; in nfulnl_log_packet() local
694 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()
743 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
Dnft_log.c193 li->u.ulog.qthreshold = in nft_log_init()
257 if (li->u.ulog.qthreshold) { in nft_log_dump()
259 htons(li->u.ulog.qthreshold))) in nft_log_dump()
Dxt_NFLOG.c33 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/Linux-v4.19/net/bridge/netfilter/
Debt_nflog.c32 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/Linux-v4.19/include/net/netfilter/
Dnf_log.h29 u_int16_t qthreshold; member