Home
last modified time | relevance | path

Searched defs:ipsec_core_statistics (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h94 struct ipsec_core_statistics { struct
95 uint64_t tx;
96 uint64_t rx;
97 uint64_t rx_call;
98 uint64_t tx_call;
99 uint64_t dropped;
123 extern struct ipsec_core_statistics core_statistics[RTE_MAX_LCORE]; argument