FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | hash_ace_info_t |
struct | hash_acl_info_t |
struct | collision_match_rule_t |
struct | applied_hash_ace_entry_t |
struct | applied_hash_acl_info_t |
union | hash_acl_lookup_value_t |
struct | hash_applied_mask_info_t |
Macros | |
#define | CT_ASSERT_EQUAL(name, x, y) typedef int assert_ ## name ## _compile_time_assertion_failed[((x) == (y))-1] |
Functions | |
CT_ASSERT_EQUAL (hash_acl_lookup_value_t_is_u64, sizeof(hash_acl_lookup_value_t), sizeof(u64)) | |
#define CT_ASSERT_EQUAL | ( | name, | |
x, | |||
y | |||
) | typedef int assert_ ## name ## _compile_time_assertion_failed[((x) == (y))-1] |
Definition at line 113 of file hash_lookup_types.h.
CT_ASSERT_EQUAL | ( | hash_acl_lookup_value_t_is_u64 | , |
sizeof(hash_acl_lookup_value_t) | , | ||
sizeof(u64) | |||
) |