cregit-Linux how code gets into the kernel

Release 4.15 include/net/netns/packet.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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. Lunev2583.33%120.00%
Pavel Emelyanov26.67%120.00%
Stephen Hemminger13.33%120.00%
Rami Rosen13.33%120.00%
Greg Kroah-Hartman13.33%120.00%
Total30100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.