Linux Kernel
3.7.1
|
#include <udp.h>
Data Fields | |
struct udp_hslot * | hash |
struct udp_hslot * | hash2 |
unsigned int | mask |
unsigned int | log |
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)