Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink_log.c72 unsigned int qthreshold; /* threshold of the queue */ member
192 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() 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()
740 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
Dnft_log.c94 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()
Dxt_NFLOG.c34 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/linux-4.4.14/net/bridge/netfilter/
Debt_nflog.c32 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/linux-4.4.14/include/net/netfilter/
Dnf_log.h27 u_int16_t qthreshold; member