diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dccp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index d3ac1bde60b4..6eaaca9b037a 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -193,13 +193,6 @@ enum dccp_feature_numbers { | |||
193 | DCCPF_MAX_CCID_SPECIFIC = 255, | 193 | DCCPF_MAX_CCID_SPECIFIC = 255, |
194 | }; | 194 | }; |
195 | 195 | ||
196 | /* this structure is argument to DCCP_SOCKOPT_CHANGE_X */ | ||
197 | struct dccp_so_feat { | ||
198 | __u8 dccpsf_feat; | ||
199 | __u8 __user *dccpsf_val; | ||
200 | __u8 dccpsf_len; | ||
201 | }; | ||
202 | |||
203 | /* DCCP socket options */ | 196 | /* DCCP socket options */ |
204 | #define DCCP_SOCKOPT_PACKET_SIZE 1 /* XXX deprecated, without effect */ | 197 | #define DCCP_SOCKOPT_PACKET_SIZE 1 /* XXX deprecated, without effect */ |
205 | #define DCCP_SOCKOPT_SERVICE 2 | 198 | #define DCCP_SOCKOPT_SERVICE 2 |