Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel.h52 struct flow_stats { struct
63 struct flow_stats stats; /* statistics */ argument
H A Ddn_sched_fq_pie.c98 struct flow_stats { struct
109 struct flow_stats stats; /* statistics */ argument
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c2238 struct rte_flow_query_count *flow_stats = data; in pmd_flow_query() local
2262 flow_stats->reset); in pmd_flow_query()
2271 flow_stats->hits_set = in pmd_flow_query()
2273 flow_stats->bytes_set = in pmd_flow_query()
2275 flow_stats->hits = stats.n_packets; in pmd_flow_query()
2276 flow_stats->bytes = stats.n_bytes; in pmd_flow_query()
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1410 struct rte_flow_query_count *flow_stats, in ice_fdir_query_count() argument
1435 flow_stats->hits_set = 1; in ice_fdir_query_count()
1436 flow_stats->hits = hits_lo | (hits_hi << 32); in ice_fdir_query_count()
1437 flow_stats->bytes_set = 0; in ice_fdir_query_count()
1438 flow_stats->bytes = 0; in ice_fdir_query_count()
1440 if (flow_stats->reset) { in ice_fdir_query_count()