FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
sfib_entry_arg_t Struct Reference
+ Collaboration diagram for sfib_entry_arg_t:

Data Fields

void * arg
 
ip_prefix_t src
 
foreach_subprefix_match_cb_t cb
 
union {
   gid_ip4_table_t *   ip4_table
 
   gid_ip6_table_t *   ip6_table
 
}; 
 

Detailed Description

Definition at line 18 of file gid_dictionary.c.

Field Documentation

◆ @267

union { ... }

◆ arg

void* sfib_entry_arg_t::arg

Definition at line 20 of file gid_dictionary.c.

◆ cb

foreach_subprefix_match_cb_t sfib_entry_arg_t::cb

Definition at line 22 of file gid_dictionary.c.

◆ ip4_table

gid_ip4_table_t* sfib_entry_arg_t::ip4_table

Definition at line 25 of file gid_dictionary.c.

◆ ip6_table

gid_ip6_table_t* sfib_entry_arg_t::ip6_table

Definition at line 26 of file gid_dictionary.c.

◆ src

ip_prefix_t sfib_entry_arg_t::src

Definition at line 21 of file gid_dictionary.c.


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