Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h123 extern struct ipsec_core_statistics core_statistics[RTE_MAX_LCORE];
149 core_statistics[lcore_id].rx += n; in core_stats_update_rx()
150 core_statistics[lcore_id].rx_call++; in core_stats_update_rx()
152 core_statistics[lcore_id].burst_rx += n; in core_stats_update_rx()
159 core_statistics[lcore_id].tx += n; in core_stats_update_tx()
160 core_statistics[lcore_id].tx_call++; in core_stats_update_tx()
167 core_statistics[lcore_id].dropped += n; in core_stats_update_drop()
H A Dipsec-secgw.c338 core_statistics[coreid].rx; in print_stats_cb()
340 core_statistics[coreid].rx_call; in print_stats_cb()
342 core_statistics[coreid].tx_call; in print_stats_cb()
351 core_statistics[coreid].rx, in print_stats_cb()
352 core_statistics[coreid].tx, in print_stats_cb()
353 core_statistics[coreid].dropped, in print_stats_cb()
794 &core_statistics[lcoreid].inbound.spd4); in process_pkts_inbound()
798 &core_statistics[lcoreid].inbound.spd6); in process_pkts_inbound()
1037 core_statistics[lcoreid].lpm4.miss++; in route4_pkts()
1091 core_statistics[lcoreid].lpm6.miss++; in route6_pkts()
[all …]