cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Denis V. Lunev2586.21%125.00%
Pavel Emelyanov26.90%125.00%
Rami Rosen13.45%125.00%
Stephen Hemminger13.45%125.00%
Total29100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.