Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0003-src-Use-stdint-types-everywhere.patch74 -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)
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_log.c304 nfulnl_set_qthresh(struct nfulnl_instance *inst, u_int32_t qthresh) in nfulnl_set_qthresh() argument
307 inst->qthreshold = qthresh; in nfulnl_set_qthresh()
976 __be32 qthresh = nla_get_be32(nfula[NFULA_CFG_QTHRESH]); in nfulnl_recv_config() local
978 nfulnl_set_qthresh(inst, ntohl(qthresh)); in nfulnl_recv_config()