Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h103 struct ipsec_spd_stats spd4; member
109 struct ipsec_spd_stats spd4; member
H A Dipsec-secgw.c3014 total->outbound.spd4.protect += lcore_stats->outbound.spd4.protect; in update_lcore_statistics()
3015 total->outbound.spd4.bypass += lcore_stats->outbound.spd4.bypass; in update_lcore_statistics()
3016 total->outbound.spd4.discard += lcore_stats->outbound.spd4.discard; in update_lcore_statistics()
3025 total->inbound.spd4.protect += lcore_stats->inbound.spd4.protect; in update_lcore_statistics()
3026 total->inbound.spd4.bypass += lcore_stats->inbound.spd4.bypass; in update_lcore_statistics()
3027 total->inbound.spd4.discard += lcore_stats->inbound.spd4.discard; in update_lcore_statistics()
3088 total_stats.outbound.spd4.protect); in handle_telemetry_cmd_ipsec_secgw_stats_outbound()
3090 total_stats.outbound.spd4.bypass); in handle_telemetry_cmd_ipsec_secgw_stats_outbound()
3169 total_stats.inbound.spd4.protect); in handle_telemetry_cmd_ipsec_secgw_stats_inbound()
3171 total_stats.inbound.spd4.bypass); in handle_telemetry_cmd_ipsec_secgw_stats_inbound()
[all …]