ROFL-hal  v0.6.0dev
hal_nf_ext_ops Struct Reference

Data Fields

hal_result_t hal_driver_nf_create_nf_port

Instructs driver to create a new NF port

Parameters
nf_nameName of the NF associated with the port to be created
nf_port_nameName of the NF port to be created
nf_typeType of the NF to be created
hal_result_t(* create_nf_port )(const char *nf_name, const char *nf_port_name, port_type_t nf_port_type)
 
hal_result_t hal_driver_nf_destroy_nf_port

Instructs driver to destroy a NF port

Parameters
nf_port_nameName of the NF port to be destroyed
hal_result_t(* destroy_nf_port )(const char *nf_port_name)
 

Detailed Description

Definition at line 22 of file nf.h.


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