FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
srv6_ad_flow_localsid_t Struct Reference
+ Collaboration diagram for srv6_ad_flow_localsid_t:

Data Fields

ip46_address_t nh_addr
 Proxied device address. More...
 
u32 sw_if_index_out
 Outgoing iface to proxied dev. More...
 
u32 nh_adj
 Adjacency index for out. More...
 
u8 inner_type
 
u32 sw_if_index_in
 Incoming iface from proxied dev. More...
 
u32 cache_size
 
u32 cache_buckets
 
uword cache_memory_size
 
clib_bihash_40_8_t ftable
 Flow table. More...
 
srv6_ad_flow_entry_tcache
 Cache table. More...
 
dlist_elt_tlru_pool
 
u32 lru_head_index
 
u32 index
 

Detailed Description

Definition at line 68 of file ad-flow.h.

Field Documentation

◆ cache

srv6_ad_flow_entry_t* srv6_ad_flow_localsid_t::cache

Cache table.

Definition at line 82 of file ad-flow.h.

◆ cache_buckets

u32 srv6_ad_flow_localsid_t::cache_buckets

Definition at line 78 of file ad-flow.h.

◆ cache_memory_size

uword srv6_ad_flow_localsid_t::cache_memory_size

Definition at line 79 of file ad-flow.h.

◆ cache_size

u32 srv6_ad_flow_localsid_t::cache_size

Definition at line 77 of file ad-flow.h.

◆ ftable

clib_bihash_40_8_t srv6_ad_flow_localsid_t::ftable

Flow table.

Definition at line 81 of file ad-flow.h.

◆ index

u32 srv6_ad_flow_localsid_t::index

Definition at line 86 of file ad-flow.h.

◆ inner_type

u8 srv6_ad_flow_localsid_t::inner_type

Definition at line 73 of file ad-flow.h.

◆ lru_head_index

u32 srv6_ad_flow_localsid_t::lru_head_index

Definition at line 84 of file ad-flow.h.

◆ lru_pool

dlist_elt_t* srv6_ad_flow_localsid_t::lru_pool

Definition at line 83 of file ad-flow.h.

◆ nh_addr

ip46_address_t srv6_ad_flow_localsid_t::nh_addr

Proxied device address.

Definition at line 70 of file ad-flow.h.

◆ nh_adj

u32 srv6_ad_flow_localsid_t::nh_adj

Adjacency index for out.

iface

Definition at line 72 of file ad-flow.h.

◆ sw_if_index_in

u32 srv6_ad_flow_localsid_t::sw_if_index_in

Incoming iface from proxied dev.

Definition at line 75 of file ad-flow.h.

◆ sw_if_index_out

u32 srv6_ad_flow_localsid_t::sw_if_index_out

Outgoing iface to proxied dev.

Definition at line 71 of file ad-flow.h.


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