Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
net
netns
packet.h
Go to the documentation of this file.
1
/*
2
* Packet network namespace
3
*/
4
#ifndef __NETNS_PACKET_H__
5
#define __NETNS_PACKET_H__
6
7
#include <
linux/rculist.h
>
8
#include <
linux/mutex.h
>
9
10
struct
netns_packet
{
11
struct
mutex
sklist_lock
;
12
struct
hlist_head
sklist
;
13
};
14
15
#endif
/* __NETNS_PACKET_H__ */
Generated on Thu Jan 10 2013 14:53:12 for Linux Kernel by
1.8.2