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.h101 struct __rte_cache_aligned ipsec_core_statistics { struct
102 uint64_t tx;
103 uint64_t rx;
104 uint64_t rx_call;
105 uint64_t tx_call;
106 uint64_t dropped;
107 uint64_t frag_dropped;
131 extern struct ipsec_core_statistics core_statistics[RTE_MAX_LCORE]; argument