root/include/net/netns/dccp.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __NETNS_DCCP_H__
   3 #define __NETNS_DCCP_H__
   4 
   5 struct sock;
   6 
   7 struct netns_dccp {
   8         struct sock *v4_ctl_sk;
   9         struct sock *v6_ctl_sk;
  10 };
  11 
  12 #endif

/* [<][>][^][v][top][bottom][index][help] */