Home
last modified time | relevance | path

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

/net/netfilter/
A Dxt_rateest.c25 bps1 = info->bps1 >= sample.bps ? info->bps1 - sample.bps : 0; in xt_rateest_mt()
28 bps1 = sample.bps; in xt_rateest_mt()
39 bps2 = info->bps2 >= sample.bps ? info->bps2 - sample.bps : 0; in xt_rateest_mt()
42 bps2 = sample.bps; in xt_rateest_mt()
/net/mac80211/
A Dairtime.c19 #define MCS_N_KSYMS(bps) DIV_ROUND_UP(MCS_NBITS << 10, (bps)) argument
31 #define MCS_DURATION(streams, sgi, bps) \ argument
34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument
35 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift)))
52 #define HE_DURATION(streams, gi, bps) \ argument
55 #define HE_DURATION_S(shift, streams, gi, bps) \ argument
56 (HE_DURATION(streams, gi, bps) >> shift)
63 #define EHT_DURATION(streams, gi, bps) \ argument
64 HE_DURATION(streams, gi, bps)
65 #define EHT_DURATION_S(shift, streams, gi, bps) \ argument
[all …]
A Drc80211_minstrel_ht.c26 #define MCS_NSYMS(bps) DIV_ROUND_UP(MCS_NBITS, (bps)) argument
36 #define MCS_DURATION(streams, sgi, bps) \ argument
37 (MCS_SYMBOL_TIME(sgi, MCS_NSYMS((streams) * (bps))) / AVG_AMPDU_SIZE)
/net/core/
A Dgen_stats.c317 est.bps = min_t(u64, UINT_MAX, sample.bps); in gnet_stats_copy_rate_est()
322 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()
329 if (res < 0 || est.bps == sample.bps) in gnet_stats_copy_rate_est()
A Dgen_estimator.c271 sample->bps = est->avbps >> 8; in gen_estimator_read()
A Dpktgen.c3343 __u64 bps, mbps, pps; in show_results() local
3363 bps = 0; in show_results()
3366 bps += entry->size * entry->count_so_far; in show_results()
3368 bps = div64_u64(bps * 8 * NSEC_PER_SEC, ktime_to_ns(elapsed)); in show_results()
3370 bps = pps * 8 * pkt_dev->cur_pkt_size; in show_results()
3373 mbps = bps; in show_results()
3378 (unsigned long long)bps, in show_results()
/net/sched/
A Dact_police.c265 sample.bps >= p->tcfp_ewma_rate) in tcf_police_act()

Completed in 21 milliseconds