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

struct seg_tree - segment tree More...

Collaboration diagram for seg_tree:

Data Fields

struct rb_root root
 
const struct datatypekeytype
 
unsigned int keylen
 
const struct datatypedatatype
 
unsigned int datalen
 
enum byteorder byteorder
 

Detailed Description

struct seg_tree - segment tree

: the rbtree's root : the datatype of the dimension : width of the dimension : byteorder of elements

Field Documentation

enum byteorder seg_tree::byteorder
unsigned int seg_tree::datalen
const struct datatype* seg_tree::datatype
unsigned int seg_tree::keylen

Referenced by set_to_intervals().

const struct datatype* seg_tree::keytype
struct rb_root seg_tree::root

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