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

#include <udp.h>

Data Fields

struct hlist_nulls_head head
 
int count
 
spinlock_t lock
 

Detailed Description

struct udp_hslot - UDP hash slot

: head of list of sockets : number of sockets in 'head' list : spinlock protecting changes to head/count

Definition at line 61 of file udp.h.

Field Documentation

int count

Definition at line 63 of file udp.h.

Definition at line 62 of file udp.h.

spinlock_t lock

Definition at line 64 of file udp.h.


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