diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dccp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 8c8e029095a5..13f9b78483fc 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
| @@ -330,7 +330,8 @@ static inline unsigned int dccp_hdr_len(const struct sk_buff *skb) | |||
| 330 | */ | 330 | */ |
| 331 | struct dccp_options { | 331 | struct dccp_options { |
| 332 | __u64 dccpo_sequence_window; | 332 | __u64 dccpo_sequence_window; |
| 333 | __u8 dccpo_ccid; | 333 | __u8 dccpo_rx_ccid; |
| 334 | __u8 dccpo_tx_ccid; | ||
| 334 | __u8 dccpo_send_ack_vector; | 335 | __u8 dccpo_send_ack_vector; |
| 335 | __u8 dccpo_send_ndp_count; | 336 | __u8 dccpo_send_ndp_count; |
| 336 | }; | 337 | }; |
