Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnfnetlink_log.c309 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh() argument
312 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
980 __be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]); in nfulnl_recv_config() local
982 nfulnl_set_qthresh(inst, ntohl(qthresh)); in nfulnl_recv_config()