diff options
Diffstat (limited to 'include/linux/dccp.h')
| -rw-r--r-- | include/linux/dccp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 5a5a89935dbc..eda389ce04f4 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
| @@ -368,7 +368,6 @@ static inline unsigned int dccp_hdr_len(const struct sk_buff *skb) | |||
| 368 | * @dccpms_ccid - Congestion Control Id (CCID) (section 10) | 368 | * @dccpms_ccid - Congestion Control Id (CCID) (section 10) |
| 369 | * @dccpms_send_ack_vector - Send Ack Vector Feature (section 11.5) | 369 | * @dccpms_send_ack_vector - Send Ack Vector Feature (section 11.5) |
| 370 | * @dccpms_send_ndp_count - Send NDP Count Feature (7.7.2) | 370 | * @dccpms_send_ndp_count - Send NDP Count Feature (7.7.2) |
| 371 | * @dccpms_ack_ratio - Ack Ratio Feature (section 11.3) | ||
| 372 | * @dccpms_pending - List of features being negotiated | 371 | * @dccpms_pending - List of features being negotiated |
| 373 | * @dccpms_conf - | 372 | * @dccpms_conf - |
| 374 | */ | 373 | */ |
| @@ -378,7 +377,6 @@ struct dccp_minisock { | |||
| 378 | __u8 dccpms_tx_ccid; | 377 | __u8 dccpms_tx_ccid; |
| 379 | __u8 dccpms_send_ack_vector; | 378 | __u8 dccpms_send_ack_vector; |
| 380 | __u8 dccpms_send_ndp_count; | 379 | __u8 dccpms_send_ndp_count; |
| 381 | __u8 dccpms_ack_ratio; | ||
| 382 | struct list_head dccpms_pending; | 380 | struct list_head dccpms_pending; |
| 383 | struct list_head dccpms_conf; | 381 | struct list_head dccpms_conf; |
| 384 | }; | 382 | }; |
