Linux Kernel
3.7.1
|
#include <udp.h>
Data Fields | |
struct hlist_nulls_head | head |
int | count |
spinlock_t | lock |
struct udp_hslot - UDP hash slot
: head of list of sockets : number of sockets in 'head' list : spinlock protecting changes to head/count
spinlock_t lock |