cregit-Linux how code gets into the kernel

Release 4.15 include/net/netns/dccp.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NETNS_DCCP_H__

#define __NETNS_DCCP_H__

struct sock;


struct netns_dccp {
	
struct sock *v4_ctl_sk;
	
struct sock *v6_ctl_sk;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Pavel Emelyanov2696.30%375.00%
Greg Kroah-Hartman13.70%125.00%
Total27100.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.