Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dflow_offload.h390 struct flow_stats { struct
399 static inline void flow_stats_update(struct flow_stats *flow_stats, in flow_stats_update() argument
404 flow_stats->pkts += pkts; in flow_stats_update()
405 flow_stats->bytes += bytes; in flow_stats_update()
406 flow_stats->drops += drops; in flow_stats_update()
407 flow_stats->lastused = max_t(u64, flow_stats->lastused, lastused); in flow_stats_update()
413 flow_stats->used_hw_stats |= used_hw_stats; in flow_stats_update()
414 flow_stats->used_hw_stats_valid = true; in flow_stats_update()
544 struct flow_stats stats;
Dpkt_cls.h733 struct flow_stats stats;
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_vl.h27 struct sja1105_rule *rule, struct flow_stats *stats,
65 struct flow_stats *stats, in sja1105_vl_stats()
Dsja1105.h177 struct flow_stats stats;
Dsja1105_vl.c750 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_flow_table_offload.c681 struct flow_stats *stats, in nf_flow_offload_tuple()
774 struct flow_stats *stats) in flow_offload_tuple_stats()
783 struct flow_stats stats[FLOW_OFFLOAD_DIR_MAX] = {}; in flow_offload_work_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c418 struct flow_stats stats;
1418 struct flow_stats stats = {}; in enetc_psfp_get_stats()