18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __NETNS_DCCP_H__
38c2ecf20Sopenharmony_ci#define __NETNS_DCCP_H__
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistruct sock;
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_cistruct netns_dccp {
88c2ecf20Sopenharmony_ci	struct sock *v4_ctl_sk;
98c2ecf20Sopenharmony_ci	struct sock *v6_ctl_sk;
108c2ecf20Sopenharmony_ci};
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif
13