FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | mfib_itf_t_ |
An interface associated with a particular MFIB entry. More... | |
Typedefs | |
typedef struct mfib_itf_t_ | mfib_itf_t |
An interface associated with a particular MFIB entry. More... | |
Functions | |
index_t | mfib_itf_create (u32 sw_if_index, mfib_itf_flags_t mfi_flags) |
void | mfib_itf_delete (mfib_itf_t *mfi) |
u8 * | format_mfib_itf (u8 *s, va_list *args) |
static mfib_itf_t * | mfib_itf_get (index_t mi) |
static index_t | mfib_itf_get_index (const mfib_itf_t *mfi) |
Variables | |
mfib_itf_t * | mfib_itf_pool |
typedef struct mfib_itf_t_ mfib_itf_t |
An interface associated with a particular MFIB entry.
Definition at line 47 of file mfib_itf.c.
index_t mfib_itf_create | ( | u32 | sw_if_index, |
mfib_itf_flags_t | mfi_flags | ||
) |
void mfib_itf_delete | ( | mfib_itf_t * | mfi | ) |
Definition at line 40 of file mfib_itf.c.
|
inlinestatic |
|
inlinestatic |
mfib_itf_t* mfib_itf_pool |
Definition at line 21 of file mfib_itf.c.