Searched refs:qthresh (Results 1 – 2 of 2) sorted by relevance
74 -extern int nflog_set_qthresh(struct nflog_g_handle *gh, u_int32_t qthresh);79 +extern int nflog_set_qthresh(struct nflog_g_handle *gh, uint32_t qthresh);256 -int nflog_set_qthresh(struct nflog_g_handle *gh, u_int32_t qthresh)257 +int nflog_set_qthresh(struct nflog_g_handle *gh, uint32_t qthresh)265 @@ -547,10 +547,10 @@ int nflog_set_qthresh(struct nflog_g_handle *gh, u_int32_t qthresh)
304 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh() argument307 inst->qthreshold = qthresh; in nfulnl_set_qthresh()976 __be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]); in nfulnl_recv_config() local978 nfulnl_set_qthresh(inst, ntohl(qthresh)); in nfulnl_recv_config()