Loading...
Searching...
No Matches
fib_sr_meta_t Struct Reference

Container for one FIB source route table, combining source routes and an entry pool. More...

Detailed Description

Container for one FIB source route table, combining source routes and an entry pool.

Definition at line 86 of file table.h.

#include <table.h>

Data Fields

fib_sr_theaders
 pointer to source route header array
 
fib_sr_entry_tentry_pool
 pointer to entry pool array holding all hop entries for this table
 
size_t entry_pool_size
 the maximum number of elements in the entry pool
 

Field Documentation

◆ entry_pool

fib_sr_entry_t* fib_sr_meta_t::entry_pool

pointer to entry pool array holding all hop entries for this table

Definition at line 90 of file table.h.

◆ entry_pool_size

size_t fib_sr_meta_t::entry_pool_size

the maximum number of elements in the entry pool

Definition at line 92 of file table.h.

◆ headers

fib_sr_t* fib_sr_meta_t::headers

pointer to source route header array

Definition at line 88 of file table.h.


The documentation for this struct was generated from the following file: