Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_log.c71 unsigned int qthreshold; /* threshold of the queue */ member
191 inst->qthreshold = NFULNL_QTHRESH_DEFAULT; in instance_create()
307 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
662 .qthreshold = 1,
682 unsigned int qthreshold; in nfulnl_log_packet() local
743 qthreshold = inst->qthreshold; in nfulnl_log_packet()
745 if (li->u.ulog.qthreshold) in nfulnl_log_packet()
746 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()
747 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()
792 if (inst->qlen >= qthreshold) in nfulnl_log_packet()
H A Dnft_log.c190 li->u.ulog.qthreshold = in nft_log_init()
254 if (li->u.ulog.qthreshold) { in nft_log_dump()
256 htons(li->u.ulog.qthreshold))) in nft_log_dump()
H A Dxt_NFLOG.c30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_nflog.c33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_log.h29 u_int16_t qthreshold; member