Home
last modified time | relevance | path

Searched refs:flow_key (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_efd.c27 struct flow_key { struct
40 static void print_key_info(const char *msg, const struct flow_key *key, in print_key_info() argument
47 for (i = 0; i < sizeof(struct flow_key); i++) in print_key_info()
54 static struct flow_key keys[5] = {
123 TABLE_SIZE, sizeof(struct flow_key), in test_add_delete()
167 sizeof(struct flow_key), in test_add_update_delete()
216 sizeof(struct flow_key), in test_efd_find_existing()
252 sizeof(struct flow_key), in test_five_keys()
402 sizeof(struct flow_key), 0, test_socket_id); in test_efd_creation_with_bad_parameters()
411 sizeof(struct flow_key), efd_get_all_sockets_bitmask(), in test_efd_creation_with_bad_parameters()
[all …]
H A Dtest_hash.c78 struct flow_key { struct
102 static void print_key_info(const char *msg, const struct flow_key *key, in print_key_info() argument
109 for (i = 0; i < sizeof(struct flow_key); i++) in print_key_info()
115 static struct flow_key keys[5] = { {
150 .key_len = sizeof(struct flow_key), /* 13 */
795 .key_len = sizeof(struct flow_key), /* 13 */ in test_full_bucket()
898 .key_len = sizeof(struct flow_key), /* 13 */ in test_extendable_bucket()
908 struct flow_key rand_keys[64]; in test_extendable_bucket()
1821 struct flow_key g_rand_keys[9];
1918 .key_len = sizeof(struct flow_key), /* 13 */ in test_hash_rcu_qsbr_dq_mode()
[all …]
H A Dtest_member.c22 struct flow_key { struct
42 static struct flow_key keys[NUM_SAMPLES] = { argument
237 params.key_len = sizeof(struct flow_key); in test_member_create()