Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port.h57 uint64_t n_pkts_in; member
132 uint64_t n_pkts_in; member
/f-stack/dpdk/lib/librte_table/
H A Drte_table.h35 uint64_t n_pkts_in; member
H A Drte_table_stub.c60 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_stub_lookup() local
H A Drte_table_array.c151 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_array_lookup() local
H A Drte_table_hash_cuckoo.c242 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_cuckoo_lookup() local
H A Drte_table_lpm.c314 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_lpm_lookup() local
H A Drte_table_lpm_ipv6.c316 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_lpm_ipv6_lookup() local
H A Drte_table_hash_lru.c409 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lru_lookup_unoptimized() local
817 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lru_lookup() local
H A Drte_table_hash_ext.c474 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_ext_lookup_unoptimized() local
865 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_ext_lookup() local
H A Drte_table_hash_key16.c887 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lookup_key16_lru() local
1018 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lookup_key16_ext() local
H A Drte_table_hash_key32.c924 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lookup_key32_lru() local
1053 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lookup_key32_ext() local
H A Drte_table_hash_key8.c859 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lookup_key8_lru() local
987 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_hash_lookup_key8_ext() local
H A Drte_table_acl.c730 __rte_unused uint32_t n_pkts_in = __builtin_popcountll(pkts_mask); in rte_table_acl_lookup() local