aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dccp.h')
-rw-r--r--include/linux/dccp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index a70d1a27e7fc..bdd756cc60b1 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -478,8 +478,6 @@ struct dccp_sock {
478 __u32 dccps_mss_cache; 478 __u32 dccps_mss_cache;
479 struct dccp_options dccps_options; 479 struct dccp_options dccps_options;
480 struct dccp_ackvec *dccps_hc_rx_ackvec; 480 struct dccp_ackvec *dccps_hc_rx_ackvec;
481 void *dccps_hc_rx_ccid_private;
482 void *dccps_hc_tx_ccid_private;
483 struct ccid *dccps_hc_rx_ccid; 481 struct ccid *dccps_hc_rx_ccid;
484 struct ccid *dccps_hc_tx_ccid; 482 struct ccid *dccps_hc_tx_ccid;
485 struct dccp_options_received dccps_options_received; 483 struct dccp_options_received dccps_options_received;