Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A 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;
H A Dpkt_cls.h733 struct flow_stats stats;
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_vl.h27 struct sja1105_rule *rule, struct flow_stats *stats,
65 struct flow_stats *stats, in sja1105_vl_stats()
H A Dsja1105.h177 struct flow_stats stats;
H A Dsja1105_vl.c750 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c423 struct flow_stats stats;
1423 struct flow_stats stats = {}; in enetc_psfp_get_stats()