Release 4.7 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 | denis v. lunev | 25 | 86.21% | 1 | 25.00% |
pavel emelianov | pavel emelianov | 2 | 6.90% | 1 | 25.00% |
rami rosen | rami rosen | 1 | 3.45% | 1 | 25.00% |
stephen hemminger | 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.