Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dflow_offload.h256 struct flow_stats { struct
262 static inline void flow_stats_update(struct flow_stats *flow_stats, in flow_stats_update() argument
265 flow_stats->pkts += pkts; in flow_stats_update()
266 flow_stats->bytes += bytes; in flow_stats_update()
267 flow_stats->lastused = max_t(u64, flow_stats->lastused, lastused); in flow_stats_update()
365 struct flow_stats stats;
Dpkt_cls.h646 struct flow_stats stats;