Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
udp_table Struct Reference

#include <udp.h>

Data Fields

struct udp_hslothash
 
struct udp_hslothash2
 
unsigned int mask
 
unsigned int log
 

Detailed Description

struct udp_table - UDP table

: hash table, sockets are hashed on (local port) : hash table, sockets are hashed on (local port, local address) : number of slots in hash tables, minus 1 : log2(number of slots in hash table)

Definition at line 75 of file udp.h.

Field Documentation

Definition at line 76 of file udp.h.

struct udp_hslot* hash2

Definition at line 77 of file udp.h.

unsigned int log

Definition at line 79 of file udp.h.

unsigned int mask

Definition at line 78 of file udp.h.


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