Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnfnetlink_log.c71 unsigned int qthreshold; /* threshold of the queue */ member
191 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()
309 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
609 .qthreshold = 1,
628 unsigned int qthreshold; in nfulnl_log_packet() local
677 qthreshold = inst->qthreshold; in nfulnl_log_packet()
679 if (li->u.ulog.qthreshold) in nfulnl_log_packet()
680 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()
681 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()
722 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
Dnft_log.c95 li->u.ulog.qthreshold = in nft_log_init()
162 if (li->u.ulog.qthreshold) { in nft_log_dump()
164 htons(li->u.ulog.qthreshold))) in nft_log_dump()
Dxt_NFLOG.c34 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/linux-4.1.27/net/bridge/netfilter/
Debt_nflog.c32 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/linux-4.1.27/include/net/netfilter/
Dnf_log.h27 u_int16_t qthreshold; member