gen_new_estimator(9) centos man page | unix.com

Man Page: gen_new_estimator

Operating Environment: centos

Section: 9

GEN_NEW_ESTIMATOR(9)						 Linux Networking					      GEN_NEW_ESTIMATOR(9)

NAME
gen_new_estimator - create a new rate estimator
SYNOPSIS
int gen_new_estimator(struct gnet_stats_basic_packed * bstats, struct gnet_stats_rate_est64 * rate_est, spinlock_t * stats_lock, struct nlattr * opt);
ARGUMENTS
bstats basic statistics rate_est rate estimator statistics stats_lock statistics lock opt rate estimator configuration TLV
DESCRIPTION
Creates a new rate estimator with bstats as source and rate_est as destination. A new timer with the interval specified in the configuration TLV is created. Upon each interval, the latest statistics will be read from bstats and the estimated rate will be stored in rate_est with the statistics lock grabed during this period. Returns 0 on success or a negative error code.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 GEN_NEW_ESTIMATOR(9)
Related Man Pages
enum_mac80211_rate_control_flags(9) - centos
struct_hrtimer(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
tswtclmt(7ipp) - sunos
tswtclmt(7ipp) - v7
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq