Searched refs:last_packets (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dgen_estimator.c51 u64 last_packets; member in struct:net_rate_estimator
90 rate = (b_packets - est->last_packets) << (10 - est->intvl_log);
99 est->last_packets = b_packets;
174 est->last_packets = u64_stats_read(&b.packets);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c73 u64 last_packets; member in struct:mlxsw_sp_acl_rule
1040 *packets = current_packets - rule->last_packets;
1046 rule->last_packets = current_packets;

Completed in 106 milliseconds