FreeBSD kernel netgraph code
ng_apply_info Struct Reference

#include <netgraph.h>

Data Fields

ng_apply_tapply
 
void * context
 
int refs
 
int error
 

Detailed Description

Definition at line 629 of file netgraph.h.

Field Documentation

◆ apply

ng_apply_t* ng_apply_info::apply

Definition at line 630 of file netgraph.h.

Referenced by ng_apply_item(), ng_flush_input_queue(), ng_snd_item(), and ngc_send().

◆ context

void* ng_apply_info::context

Definition at line 631 of file netgraph.h.

Referenced by ng_flush_input_queue(), ng_snd_item(), and ngc_send().

◆ error

int ng_apply_info::error

◆ refs

int ng_apply_info::refs

Definition at line 632 of file netgraph.h.

Referenced by ng_flush_input_queue(), and ng_snd_item().


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