Searched refs:flow_stats (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/include/net/ |
D | flow_offload.h | 542 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() 697 struct flow_stats stats; 713 struct flow_stats stats;
|
D | pkt_cls.h | 293 struct flow_stats *stats, in tcf_exts_hw_stats_update() 783 struct flow_stats stats;
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_vl.h | 27 struct sja1105_rule *rule, struct flow_stats *stats, 65 struct flow_stats *stats, in sja1105_vl_stats()
|
D | sja1105.h | 237 struct flow_stats stats;
|
D | sja1105_vl.c | 763 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
|
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_police.c | 142 struct flow_stats *old_stats; in lan966x_police_port_add() 207 struct flow_stats *stats) in lan966x_police_port_stats() 210 struct flow_stats *old_stats; in lan966x_police_port_stats()
|
D | lan966x_mirror.c | 104 struct flow_stats *stats, in lan966x_mirror_port_stats() 108 struct flow_stats *old_stats; in lan966x_mirror_port_stats()
|
D | lan966x_main.h | 356 struct flow_stats police_stat; 357 struct flow_stats mirror_stat; 628 struct flow_stats *stats); 639 struct flow_stats *stats,
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_mirror.c | 201 struct flow_stats *fstats) in sparx5_mirror_stats() 205 struct flow_stats *old_stats; in sparx5_mirror_stats()
|
D | sparx5_main.h | 154 struct flow_stats mirror_stats; 544 struct flow_stats *fstats);
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.h | 139 struct flow_stats stats;
|
/linux-6.12.1/net/netfilter/ |
D | nft_counter.c | 269 const struct flow_stats *stats) in nft_counter_offload_stats()
|
D | nf_flow_table_offload.c | 840 struct flow_stats *stats, in nf_flow_offload_tuple() 937 struct flow_stats *stats) in flow_offload_tuple_stats() 947 struct flow_stats stats[FLOW_OFFLOAD_DIR_MAX] = {}; in flow_offload_work_stats()
|
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/ |
D | enetc_qos.c | 469 struct flow_stats stats; 1469 struct flow_stats stats = {}; in enetc_psfp_get_stats()
|
/linux-6.12.1/drivers/net/ethernet/mscc/ |
D | ocelot_flower.c | 976 struct flow_stats stats = {0}; in ocelot_cls_flower_stats()
|
/linux-6.12.1/include/soc/mscc/ |
D | ocelot.h | 663 struct flow_stats *stats);
|
/linux-6.12.1/include/net/netfilter/ |
D | nf_tables.h | 977 const struct flow_stats *stats);
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | felix_vsc9959.c | 2485 struct flow_stats *stats) in vsc9959_psfp_stats_get()
|