Searched refs:m_bytes (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.c | 1611 u64 *m_bytes, u64 *m_used) in nfp_fl_ct_sub_stats() argument 1623 *m_bytes += priv->stats[ctx_id].bytes; in nfp_fl_ct_sub_stats() 1666 u64 m_pkts, m_bytes, m_used; in nfp_fl_ct_stats() local 1675 m_bytes = 0; in nfp_fl_ct_stats() 1681 &m_pkts, &m_bytes, &m_used); in nfp_fl_ct_stats() 1684 bytes += m_bytes; in nfp_fl_ct_stats() 1688 m_bytes, m_pkts, 0, m_used, in nfp_fl_ct_stats() 1696 m_bytes = 0; in nfp_fl_ct_stats() 1702 &m_pkts, &m_bytes, &m_used); in nfp_fl_ct_stats() 1705 bytes += m_bytes; in nfp_fl_ct_stats() [all …]
|