Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_log.c76 unsigned int qthreshold; /* threshold of the queue */ member
206 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()
322 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
681 .qthreshold = 1,
701 unsigned int qthreshold; in nfulnl_log_packet() local
764 qthreshold = inst->qthreshold; in nfulnl_log_packet()
766 if (li->u.ulog.qthreshold) in nfulnl_log_packet()
767 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()
768 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()
813 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
H A Dxt_NFLOG.c30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/linux/net/bridge/netfilter/
H A Debt_nflog.c33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/linux/include/net/netfilter/
H A Dnf_log.h29 u_int16_t qthreshold; member