cregit-Linux how code gets into the kernel

Release 4.15 include/net/netns/unix.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Unix network namespace
 */
#ifndef __NETNS_UNIX_H__

#define __NETNS_UNIX_H__

struct ctl_table_header;

struct netns_unix {
	
int			sysctl_max_dgram_qlen;
	
struct ctl_table_header	*ctl;
};

#endif /* __NETNS_UNIX_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Denis V. Lunev2696.30%150.00%
Greg Kroah-Hartman13.70%150.00%
Total27100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.