Home
last modified time | relevance | path

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

/linux/include/net/
A Dflow_offload.h397 struct flow_stats { struct
406 static inline void flow_stats_update(struct flow_stats *flow_stats, in flow_stats_update() argument
411 flow_stats->pkts += pkts; in flow_stats_update()
412 flow_stats->bytes += bytes; in flow_stats_update()
413 flow_stats->drops += drops; in flow_stats_update()
414 flow_stats->lastused = max_t(u64, flow_stats->lastused, lastused); in flow_stats_update()
420 flow_stats->used_hw_stats |= used_hw_stats; in flow_stats_update()
421 flow_stats->used_hw_stats_valid = true; in flow_stats_update()
551 struct flow_stats stats;
A Dpkt_cls.h729 struct flow_stats stats;
/linux/drivers/net/dsa/sja1105/
A Dsja1105_vl.h27 struct sja1105_rule *rule, struct flow_stats *stats,
65 struct flow_stats *stats, in sja1105_vl_stats()
A Dsja1105.h233 struct flow_stats stats;
A Dsja1105_vl.c749 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.h128 struct flow_stats stats;
/linux/net/netfilter/
A Dnft_counter.c261 const struct flow_stats *stats) in nft_counter_offload_stats()
A Dnf_flow_table_offload.c829 struct flow_stats *stats, in nf_flow_offload_tuple()
922 struct flow_stats *stats) in flow_offload_tuple_stats()
931 struct flow_stats stats[FLOW_OFFLOAD_DIR_MAX] = {}; in flow_offload_work_stats()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_qos.c418 struct flow_stats stats;
1422 struct flow_stats stats = {}; in enetc_psfp_get_stats()
/linux/include/net/netfilter/
A Dnf_tables.h893 const struct flow_stats *stats);

Completed in 29 milliseconds