![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for ip4_mtrie.h:
This graph shows which files directly or indirectly include this file: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*IP_LOOKUP_MISS_ADJ_INDEX) |
| #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*IP_LOOKUP_MISS_ADJ_INDEX) |
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 363 of file ip4_mtrie.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void ip4_fib_mtrie_init | ( | ip4_fib_mtrie_t * | m | ) |
|
inlinestatic |
Definition at line 66 of file ip4_mtrie.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 83 of file ip4_mtrie.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 72 of file ip4_mtrie.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 89 of file ip4_mtrie.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 145 of file ip4_mtrie.h.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 ip4_mtrie_lookup_address | ( | ip4_fib_mtrie_t * | m, |
| ip4_address_t | dst | ||
| ) |
| void ip4_mtrie_maybe_remap_adjacencies | ( | ip_lookup_main_t * | lm, |
| ip4_fib_mtrie_t * | m | ||
| ) |
Definition at line 479 of file ip4_mtrie.c.
Here is the call graph for this function:
Here is the caller graph for this function:| format_function_t format_ip4_fib_mtrie |
Definition at line 141 of file ip4_mtrie.h.