FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ip4_fib_mtrie_ply_t |
struct | ip4_fib_mtrie_t |
Macros | |
#define | IP4_FIB_MTRIE_LEAF_EMPTY (1 + 2*0) |
#define | IP4_FIB_MTRIE_LEAF_ROOT (0 + 2*0) |
Typedefs | |
typedef u32 | ip4_fib_mtrie_leaf_t |
Variables | |
format_function_t | format_ip4_fib_mtrie |
#define IP4_FIB_MTRIE_LEAF_EMPTY (1 + 2*0) |
Definition at line 54 of file ip4_mtrie.h.
#define IP4_FIB_MTRIE_LEAF_ROOT (0 + 2*0) |
Definition at line 55 of file ip4_mtrie.h.
typedef u32 ip4_fib_mtrie_leaf_t |
Definition at line 52 of file ip4_mtrie.h.
void ip4_fib_mtrie_add_del_route | ( | struct ip4_fib_t * | f, |
ip4_address_t | dst_address, | ||
u32 | dst_address_length, | ||
u32 | adj_index, | ||
u32 | is_del | ||
) |
Definition at line 387 of file ip4_mtrie.c.
void ip4_fib_mtrie_init | ( | ip4_fib_mtrie_t * | m | ) |
|
inlinestatic |
Definition at line 76 of file ip4_mtrie.h.
|
inlinestatic |
Definition at line 98 of file ip4_mtrie.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 83 of file ip4_mtrie.h.
|
inlinestatic |
Definition at line 105 of file ip4_mtrie.h.
|
inlinestatic |
Definition at line 164 of file ip4_mtrie.h.
u32 ip4_mtrie_lookup_address | ( | ip4_fib_mtrie_t * | m, |
ip4_address_t | dst | ||
) |
STATIC_ASSERT | ( | 0 | = =sizeof(ip4_fib_mtrie_ply_t)%CLIB_CACHE_LINE_BYTES , |
"IP4 Mtrie ply cache line" | |||
) |
format_function_t format_ip4_fib_mtrie |
Definition at line 160 of file ip4_mtrie.h.