FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
dpo_vft_t_ Struct Reference

A virtual function table regisitered for a DPO type. More...

+ Collaboration diagram for dpo_vft_t_:

Data Fields

dpo_lock_fn_t dv_lock
 A reference counting lock function. More...
 
dpo_lock_fn_t dv_unlock
 A reference counting unlock function. More...
 
format_function_tdv_format
 A format function. More...
 
dpo_mem_show_t dv_mem_show
 A show memory usage function. More...
 

Detailed Description

A virtual function table regisitered for a DPO type.

Definition at line 313 of file dpo.h.

Field Documentation

format_function_t* dpo_vft_t_::dv_format

A format function.

Definition at line 326 of file dpo.h.

dpo_lock_fn_t dpo_vft_t_::dv_lock

A reference counting lock function.

Definition at line 318 of file dpo.h.

dpo_mem_show_t dpo_vft_t_::dv_mem_show

A show memory usage function.

Definition at line 330 of file dpo.h.

dpo_lock_fn_t dpo_vft_t_::dv_unlock

A reference counting unlock function.

Definition at line 322 of file dpo.h.


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