Loading...
Searching...
No Matches
fib_sr_t Struct Reference

Container descriptor for a FIB source route. More...

Detailed Description

Container descriptor for a FIB source route.

Definition at line 69 of file table.h.

#include <table.h>

Data Fields

kernel_pid_t sr_iface_id
 interface ID
 
uint64_t sr_lifetime
 Lifetime of this entry (an absolute time-point is stored by the FIB)
 
uint32_t sr_flags
 Flags for this source route.
 
fib_sr_entry_tsr_path
 Pointer to the first hop on the source route.
 
fib_sr_entry_tsr_dest
 Pointer to the destination of the source route.
 

Field Documentation

◆ sr_dest

fib_sr_entry_t* fib_sr_t::sr_dest

Pointer to the destination of the source route.

Definition at line 79 of file table.h.

◆ sr_flags

uint32_t fib_sr_t::sr_flags

Flags for this source route.

Definition at line 75 of file table.h.

◆ sr_iface_id

kernel_pid_t fib_sr_t::sr_iface_id

interface ID

Definition at line 71 of file table.h.

◆ sr_lifetime

uint64_t fib_sr_t::sr_lifetime

Lifetime of this entry (an absolute time-point is stored by the FIB)

Definition at line 73 of file table.h.

◆ sr_path

fib_sr_entry_t* fib_sr_t::sr_path

Pointer to the first hop on the source route.

Definition at line 77 of file table.h.


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