Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c1531 u64 *m_bytes, u64 *m_used) in nfp_fl_ct_sub_stats() argument
1543 *m_bytes += priv->stats[ctx_id].bytes; in nfp_fl_ct_sub_stats()
1586 u64 m_pkts, m_bytes, m_used; in nfp_fl_ct_stats() local
1595 m_bytes = 0; in nfp_fl_ct_stats()
1601 &m_pkts, &m_bytes, &m_used); in nfp_fl_ct_stats()
1604 bytes += m_bytes; in nfp_fl_ct_stats()
1608 m_bytes, m_pkts, 0, m_used, in nfp_fl_ct_stats()
1616 m_bytes = 0; in nfp_fl_ct_stats()
1622 &m_pkts, &m_bytes, &m_used); in nfp_fl_ct_stats()
1625 bytes += m_bytes; in nfp_fl_ct_stats()
[all …]

Completed in 5 milliseconds