FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Required for pool_get_aligned. More... | |
Data Fields | |
ip6_address_t | src_address |
ip6_address_t | dst_address |
u16 | src_port |
u16 | dst_port |
u8 | protocol |
u32 | seq_no |
ip6_address_t | next_hop |
u16 | my_address_offset |
u8 * | ioam_rewrite_string |
Definition at line 99 of file ioam_cache.h.
ioam_cache_entry_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
Required for pool_get_aligned.
ip6_address_t ioam_cache_entry_t::dst_address |
Definition at line 104 of file ioam_cache.h.
u16 ioam_cache_entry_t::dst_port |
Definition at line 106 of file ioam_cache.h.
u8* ioam_cache_entry_t::ioam_rewrite_string |
Definition at line 111 of file ioam_cache.h.
u16 ioam_cache_entry_t::my_address_offset |
Definition at line 110 of file ioam_cache.h.
ip6_address_t ioam_cache_entry_t::next_hop |
Definition at line 109 of file ioam_cache.h.
u8 ioam_cache_entry_t::protocol |
Definition at line 107 of file ioam_cache.h.
u32 ioam_cache_entry_t::seq_no |
Definition at line 108 of file ioam_cache.h.
ip6_address_t ioam_cache_entry_t::src_address |
Definition at line 103 of file ioam_cache.h.
u16 ioam_cache_entry_t::src_port |
Definition at line 105 of file ioam_cache.h.