Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.13.7.
 1#ifndef __NETNS_DCCP_H__
 2#define __NETNS_DCCP_H__
 3
 4struct sock;
 5
 6struct netns_dccp {
 7	struct sock *v4_ctl_sk;
 8	struct sock *v6_ctl_sk;
 9};
10
11#endif