Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 25 of 74) sorted by relevance

123

/include/net/
Dcodel_impl.h69 static void codel_stats_init(struct codel_stats *stats) in codel_stats_init() argument
71 stats->maxpacket = 0; in codel_stats_init()
108 struct codel_stats *stats, in codel_should_drop() argument
125 if (unlikely(skb_len > stats->maxpacket)) in codel_should_drop()
126 stats->maxpacket = skb_len; in codel_should_drop()
150 struct codel_stats *stats, in codel_dequeue() argument
165 drop = codel_should_drop(skb, ctx, vars, params, stats, in codel_dequeue()
187 stats->ecn_mark++; in codel_dequeue()
194 stats->drop_len += skb_len_func(skb); in codel_dequeue()
196 stats->drop_count++; in codel_dequeue()
[all …]
Dkcm.h66 struct kcm_stats stats; member
105 struct kcm_psock_stats stats; member
143 struct kcm_mux_stats stats; member
167 static inline void aggregate_psock_stats(struct kcm_psock_stats *stats, in aggregate_psock_stats() argument
172 #define SAVE_PSOCK_STATS(_stat) (agg_stats->_stat += stats->_stat) in aggregate_psock_stats()
181 static inline void aggregate_mux_stats(struct kcm_mux_stats *stats, in aggregate_mux_stats() argument
186 #define SAVE_MUX_STATS(_stat) (agg_stats->_stat += stats->_stat) in aggregate_mux_stats()
Dmacsec.h137 struct macsec_rx_sa_stats __percpu *stats; member
143 struct macsec_rx_sc_stats stats; member
148 struct macsec_tx_sc_stats stats; member
164 struct pcpu_rx_sc_stats __percpu *stats; member
188 struct macsec_tx_sa_stats __percpu *stats; member
212 struct pcpu_tx_sc_stats __percpu *stats; member
292 } stats; member
Dstrparser.h105 struct strp_stats stats; member
126 strp->stats._stat) in save_strp_stats()
144 static inline void aggregate_strp_stats(struct strp_aggr_stats *stats, in aggregate_strp_stats() argument
147 #define SAVE_PSOCK_STATS(_stat) (agg_stats->_stat += stats->_stat) in aggregate_strp_stats()
Dpkt_cls.h293 struct flow_stats *stats, in tcf_exts_hw_stats_update() argument
308 tcf_action_stats_update(a, stats->bytes, stats->pkts, stats->drops, in tcf_exts_hw_stats_update()
309 stats->lastused, true); in tcf_exts_hw_stats_update()
312 a->used_hw_stats = stats->used_hw_stats; in tcf_exts_hw_stats_update()
313 a->used_hw_stats_valid = stats->used_hw_stats_valid; in tcf_exts_hw_stats_update()
792 struct flow_stats stats; member
842 struct tc_qopt_offload_stats stats; member
909 struct tc_qopt_offload_stats stats; member
955 struct tc_gred_qopt_offload_stats stats; member
986 struct tc_qopt_offload_stats stats; member
[all …]
Dbond_3ad.h267 struct bond_3ad_stats stats; member
275 struct bond_3ad_stats stats; member
312 int bond_3ad_stats_fill(struct sk_buff *skb, struct bond_3ad_stats *stats);
Dnetdev_queues.h87 struct netdev_queue_stats_rx *stats);
89 struct netdev_queue_stats_tx *stats);
Dpkt_sched.h215 struct tc_taprio_qopt_stats stats; member
231 struct tc_taprio_qopt_stats stats; member
/include/linux/
Dtsacct_kern.h16 struct taskstats *stats, struct task_struct *tsk);
20 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk() argument
25 extern void xacct_add_tsk(struct taskstats *stats, struct task_struct *p);
30 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk() argument
Dtaskstats_kern.h21 if (sig->stats) in taskstats_tgid_free()
22 kmem_cache_free(taskstats_cache, sig->stats); in taskstats_tgid_free()
Dppp-comp.h54 void (*comp_stat) (void *state, struct compstat *stats);
78 void (*decomp_stat) (void *state, struct compstat *stats);
Dlp.h29 #define LP_STAT(minor) lp_table[(minor)].stats /* statistics area */
56 struct lp_stats stats; member
Dethtool.h369 static inline void ethtool_stats_init(u64 *stats, unsigned int n) in ethtool_stats_init() argument
372 stats[n] = ETHTOOL_STAT_NOT_SET; in ethtool_stats_init()
380 struct_group(stats,
411 struct_group(stats,
444 struct_group(stats,
469 struct_group(stats,
542 struct_group(stats,
1005 struct ethtool_link_ext_stats *stats);
1128 void (*get_mm_stats)(struct net_device *dev, struct ethtool_mm_stats *stats);
1195 struct ethtool_stats *stats, u64 *data);
Dzsmalloc.h60 void zs_pool_stats(struct zs_pool *pool, struct zs_pool_stats *stats);
Dobjagg.h38 struct objagg_obj_stats stats; member
Dpktcdvd.h162 struct packet_stats stats; member
/include/linux/sunrpc/
Dmetrics.h97 struct rpc_iostats *stats) {} in rpc_count_iostats() argument
99 struct rpc_iostats *stats) in rpc_count_iostats_metrics() argument
104 static inline void rpc_free_iostats(struct rpc_iostats *stats) {} in rpc_free_iostats() argument
Dclnt.h107 struct rpc_stat * stats; /* statistics */ member
142 struct rpc_stat *stats; member
/include/trace/events/
Djbd2.h250 struct transaction_run_stats_s *stats),
252 TP_ARGS(dev, tid, stats),
271 __entry->wait = stats->rs_wait;
272 __entry->request_delay = stats->rs_request_delay;
273 __entry->running = stats->rs_running;
274 __entry->locked = stats->rs_locked;
275 __entry->flushing = stats->rs_flushing;
276 __entry->logging = stats->rs_logging;
277 __entry->handle_count = stats->rs_handle_count;
278 __entry->blocks = stats->rs_blocks;
[all …]
/include/net/page_pool/
Dhelpers.h65 u64 *page_pool_ethtool_stats_get(u64 *data, const void *stats);
68 struct page_pool_stats *stats);
80 static inline u64 *page_pool_ethtool_stats_get(u64 *data, const void *stats) in page_pool_ethtool_stats_get() argument
/include/rdma/
Drdma_counter.h42 struct rdma_hw_stats *stats; member
/include/uapi/linux/
Dip_vs.h223 struct ip_vs_stats_user stats; member
241 struct ip_vs_stats_user stats; member
/include/net/netfilter/
Dnf_synproxy.h24 struct synproxy_stats __percpu *stats; member
/include/linux/qed/
Dqed_fcoe_if.h145 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats);
/include/scsi/
Dlibiscsi_tcp.h125 struct iscsi_stats *stats);

123