Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dflow_offload.h436 struct flow_stats { struct
445 static inline void flow_stats_update(struct flow_stats *flow_stats, in flow_stats_update() argument
450 flow_stats->pkts += pkts; in flow_stats_update()
451 flow_stats->bytes += bytes; in flow_stats_update()
452 flow_stats->drops += drops; in flow_stats_update()
453 flow_stats->lastused = max_t(u64, flow_stats->lastused, lastused); in flow_stats_update()
459 flow_stats->used_hw_stats |= used_hw_stats; in flow_stats_update()
460 flow_stats->used_hw_stats_valid = true; in flow_stats_update()
590 struct flow_stats stats;
605 struct flow_stats stats;
Dpkt_cls.h772 struct flow_stats stats;
/Linux-v6.1/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.h233 struct flow_stats stats;
Dsja1105_vl.c763 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_police.c145 struct flow_stats *old_stats; in lan966x_police_port_add()
216 struct flow_stats *stats) in lan966x_police_port_stats()
219 struct flow_stats *old_stats; in lan966x_police_port_stats()
Dlan966x_mirror.c104 struct flow_stats *stats, in lan966x_mirror_port_stats()
108 struct flow_stats *old_stats; in lan966x_mirror_port_stats()
Dlan966x_main.h291 struct flow_stats police_stat;
292 struct flow_stats mirror_stat;
516 struct flow_stats *stats);
527 struct flow_stats *stats,
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.h133 struct flow_stats stats;
/Linux-v6.1/net/netfilter/
Dnft_counter.c261 const struct flow_stats *stats) in nft_counter_offload_stats()
Dnf_flow_table_offload.c840 struct flow_stats *stats, in nf_flow_offload_tuple()
935 struct flow_stats *stats) in flow_offload_tuple_stats()
945 struct flow_stats stats[FLOW_OFFLOAD_DIR_MAX] = {}; in flow_offload_work_stats()
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c412 struct flow_stats stats;
1412 struct flow_stats stats = {}; in enetc_psfp_get_stats()
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_flower.c969 struct flow_stats stats = {0}; in ocelot_cls_flower_stats()
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h937 const struct flow_stats *stats);
/Linux-v6.1/include/soc/mscc/
Docelot.h835 struct flow_stats *stats);
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c2432 struct flow_stats *stats) in vsc9959_psfp_stats_get()