Go to the source code of this file.
◆ CLIB_PACKED() [1/2]
typedef CLIB_PACKED |
( |
struct _l2_rw_entry { u16 skip_n_vectors;u16 rewrite_n_vectors;u64 hit_count;u32x4 *mask;u32x4 *value;} |
| ) |
|
◆ CLIB_PACKED() [2/2]
typedef CLIB_PACKED |
( |
struct _l2_rw_config { u32 table_index;u32 miss_index;} |
| ) |
|
◆ l2_rw_interface_set_table()
int l2_rw_interface_set_table |
( |
u32 |
sw_if_index, |
|
|
u32 |
table_index, |
|
|
u32 |
miss_index |
|
) |
| |
◆ l2_rw_mod_entry()
int l2_rw_mod_entry |
( |
u32 * |
index, |
|
|
u8 * |
mask, |
|
|
u8 * |
value, |
|
|
u32 |
len, |
|
|
u32 |
skip, |
|
|
u8 |
is_del |
|
) |
| |
◆ l2_rw_main
◆ l2_rw_node
(constructor) VLIB_REGISTER_NODE (l2_rw_node)
Definition at line 650 of file l2_rw.c.