Searched defs:ipsec_core_statistics (Results 1 – 1 of 1) sorted by relevance
101 struct __rte_cache_aligned ipsec_core_statistics { struct102 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