Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_log.c307 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh() argument
310 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
927 __be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]); in nfulnl_recv_config() local
929 nfulnl_set_qthresh(inst, ntohl(qthresh)); in nfulnl_recv_config()