Typedef pfwl_flow_cleaner_callback_t

Typedef Documentation

void() pfwl_flow_cleaner_callback_t (void *flow_udata)

Callback for flow cleaning. DEPRECATED: You should now use pfwl_flow_termination_callback_t This callback is called when the flow is expired and deleted. It can be used by the user to clear any data he/she associated to the flow through flow_info.udata.

Parameters
  • flow_udata: A pointer to the user data specific to this flow.