diff options
Diffstat (limited to 'include/linux/dccp.h')
-rw-r--r-- | include/linux/dccp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 13f9b78483fc..71fab4311e92 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -179,6 +179,8 @@ enum { | |||
179 | /* DCCP socket options */ | 179 | /* DCCP socket options */ |
180 | #define DCCP_SOCKOPT_PACKET_SIZE 1 | 180 | #define DCCP_SOCKOPT_PACKET_SIZE 1 |
181 | #define DCCP_SOCKOPT_SERVICE 2 | 181 | #define DCCP_SOCKOPT_SERVICE 2 |
182 | #define DCCP_SOCKOPT_CCID_RX_INFO 128 | ||
183 | #define DCCP_SOCKOPT_CCID_TX_INFO 192 | ||
182 | 184 | ||
183 | #define DCCP_SERVICE_LIST_MAX_LEN 32 | 185 | #define DCCP_SERVICE_LIST_MAX_LEN 32 |
184 | 186 | ||