Searched refs:flow_stats (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/net/ |
H A D | flow_offload.h | 452 struct flow_stats { struct 461 static inline void flow_stats_update(struct flow_stats *flow_stats, in flow_stats_update() argument 466 flow_stats->pkts += pkts; in flow_stats_update() 467 flow_stats->bytes += bytes; in flow_stats_update() 468 flow_stats->drops += drops; in flow_stats_update() 469 flow_stats->lastused = max_t(u64, flow_stats->lastused, lastused); in flow_stats_update() 475 flow_stats->used_hw_stats |= used_hw_stats; in flow_stats_update() 476 flow_stats->used_hw_stats_valid = true; in flow_stats_update() 607 struct flow_stats stats; 623 struct flow_stats stats;
|
H A D | pkt_cls.h | 282 struct flow_stats *stats, in tcf_exts_hw_stats_update() 772 struct flow_stats stats;
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_vl.h | 27 struct sja1105_rule *rule, struct flow_stats *stats, 65 struct flow_stats *stats, in sja1105_vl_stats()
|
H A D | sja1105.h | 237 struct flow_stats stats;
|
H A D | sja1105_vl.c | 763 struct sja1105_rule *rule, struct flow_stats *stats, in sja1105_vl_stats()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A 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()
|
H A 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()
|
H A D | lan966x_main.h | 408 struct flow_stats police_stat; 409 struct flow_stats mirror_stat; 680 struct flow_stats *stats); 691 struct flow_stats *stats,
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.h | 139 struct flow_stats stats;
|
/openbmc/linux/net/netfilter/ |
H A D | nft_counter.c | 267 const struct flow_stats *stats) in nft_counter_offload_stats()
|
H A 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()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 469 struct flow_stats stats; 1469 struct flow_stats stats = {}; in enetc_psfp_get_stats()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_flower.c | 979 struct flow_stats stats = {0}; in ocelot_cls_flower_stats()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 663 struct flow_stats *stats);
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 963 const struct flow_stats *stats);
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 2487 struct flow_stats *stats) in vsc9959_psfp_stats_get()
|