cregit-Linux how code gets into the kernel

Release 4.7 include/net/netns/dccp.h

#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 emelianovpavel emelianov26100.00%3100.00%
Total26100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}