Your IP : 216.73.216.52


Current Path : /usr/src/linux-headers-5.4.0-216/include/net/netns/
Upload File :
Current File : //usr/src/linux-headers-5.4.0-216/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