Searched refs:m_bytes (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.c | 1990 u64 *m_bytes, u64 *m_used) in nfp_fl_ct_sub_stats() argument 2002 *m_bytes += priv->stats[ctx_id].bytes; in nfp_fl_ct_sub_stats() 2071 u64 m_pkts, m_bytes, m_used; in nfp_fl_ct_stats() local 2080 m_bytes = 0; in nfp_fl_ct_stats() 2086 &m_pkts, &m_bytes, &m_used); in nfp_fl_ct_stats() 2089 bytes += m_bytes; in nfp_fl_ct_stats() 2093 m_bytes, m_pkts, 0, m_used, in nfp_fl_ct_stats() 2101 m_bytes = 0; in nfp_fl_ct_stats() 2107 &m_pkts, &m_bytes, &m_used); in nfp_fl_ct_stats() 2110 bytes += m_bytes; in nfp_fl_ct_stats() [all …]
|