cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
denis v. lunevdenis v. lunev2586.21%125.00%
pavel emelianovpavel emelianov26.90%125.00%
rami rosenrami rosen13.45%125.00%
stephen hemmingerstephen 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.
{% endraw %}