Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnfnetlink_log.c306 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh() argument
309 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
894 __be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]); in nfulnl_recv_config() local
900 nfulnl_set_qthresh(inst, ntohl(qthresh)); in nfulnl_recv_config()