netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stack Struct Reference

#include <stack.h>

Collaboration diagram for stack:

Data Fields

struct list_head list
 
int items
 
int num_elems
 
int max_elems
 
size_t elem_size
 
char * data
 

Field Documentation

char* stack::data
size_t stack::elem_size

Referenced by stack_create(), stack_pop(), and stack_push().

int stack::items
struct list_head stack::list

Referenced by stack_item_pop(), and stack_item_push().

int stack::max_elems

Referenced by stack_create(), and stack_push().

int stack::num_elems

Referenced by stack_pop(), and stack_push().


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