Release 4.12 include/net/netns/packet.h
/*
* Packet network namespace
*/
#ifndef __NETNS_PACKET_H__
#define __NETNS_PACKET_H__
#include <linux/rculist.h>
#include <linux/mutex.h>
struct netns_packet {
struct mutex sklist_lock;
struct hlist_head sklist;
};
#endif /* __NETNS_PACKET_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Denis V. Lunev | 25 | 86.21% | 1 | 25.00% |
Pavel Emelyanov | 2 | 6.90% | 1 | 25.00% |
Rami Rosen | 1 | 3.45% | 1 | 25.00% |
Stephen Hemminger | 1 | 3.45% | 1 | 25.00% |
Total | 29 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.