FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
An interface associated with a particular MFIB entry. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Required for pool_get_aligned. More... | |
Data Fields | |
mfib_itf_flags_t | mfi_flags |
Forwarding Flags on the entry - checked in the data-path. More... | |
u32 | mfi_sw_if_index |
The SW IF index that this MFIB interface represents. More... | |
u32 | mfi_si |
The index of the signal in the pending list. More... | |
An interface associated with a particular MFIB entry.
Definition at line 25 of file mfib_itf.h.
mfib_itf_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
Required for pool_get_aligned.
mfib_itf_flags_t mfib_itf_t_::mfi_flags |
Forwarding Flags on the entry - checked in the data-path.
Definition at line 35 of file mfib_itf.h.
u32 mfib_itf_t_::mfi_si |
The index of the signal in the pending list.
Definition at line 45 of file mfib_itf.h.
u32 mfib_itf_t_::mfi_sw_if_index |
The SW IF index that this MFIB interface represents.
Definition at line 40 of file mfib_itf.h.