diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 484b8a1fb023..d3ac1bde60b4 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -209,6 +209,7 @@ struct dccp_so_feat { | |||
209 | #define DCCP_SOCKOPT_SERVER_TIMEWAIT 6 | 209 | #define DCCP_SOCKOPT_SERVER_TIMEWAIT 6 |
210 | #define DCCP_SOCKOPT_SEND_CSCOV 10 | 210 | #define DCCP_SOCKOPT_SEND_CSCOV 10 |
211 | #define DCCP_SOCKOPT_RECV_CSCOV 11 | 211 | #define DCCP_SOCKOPT_RECV_CSCOV 11 |
212 | #define DCCP_SOCKOPT_AVAILABLE_CCIDS 12 | ||
212 | #define DCCP_SOCKOPT_CCID_RX_INFO 128 | 213 | #define DCCP_SOCKOPT_CCID_RX_INFO 128 |
213 | #define DCCP_SOCKOPT_CCID_TX_INFO 192 | 214 | #define DCCP_SOCKOPT_CCID_TX_INFO 192 |
214 | 215 | ||