diff options
Diffstat (limited to 'ANDROID_3.4.5/include/net/netns/packet.h')
-rw-r--r-- | ANDROID_3.4.5/include/net/netns/packet.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/include/net/netns/packet.h b/ANDROID_3.4.5/include/net/netns/packet.h deleted file mode 100644 index cb4e894c..00000000 --- a/ANDROID_3.4.5/include/net/netns/packet.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Packet network namespace - */ -#ifndef __NETNS_PACKET_H__ -#define __NETNS_PACKET_H__ - -#include <linux/rculist.h> -#include <linux/spinlock.h> - -struct netns_packet { - spinlock_t sklist_lock; - struct hlist_head sklist; -}; - -#endif /* __NETNS_PACKET_H__ */ |