Home
last modified time | relevance | path

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

/include/net/
A Dflow_offload.h542 struct flow_stats { struct
551 static inline void flow_stats_update(struct flow_stats *flow_stats, in flow_stats_update() argument
556 flow_stats->pkts += pkts; in flow_stats_update()
557 flow_stats->bytes += bytes; in flow_stats_update()
558 flow_stats->drops += drops; in flow_stats_update()
559 flow_stats->lastused = max_t(u64, flow_stats->lastused, lastused); in flow_stats_update()
565 flow_stats->used_hw_stats |= used_hw_stats; in flow_stats_update()
566 flow_stats->used_hw_stats_valid = true; in flow_stats_update()
698 struct flow_stats stats;
714 struct flow_stats stats;
A Dpkt_cls.h293 struct flow_stats *stats, in tcf_exts_hw_stats_update()
793 struct flow_stats stats;
/include/soc/mscc/
A Docelot.h663 struct flow_stats *stats);
/include/net/netfilter/
A Dnf_tables.h980 const struct flow_stats *stats);

Completed in 20 milliseconds