aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/dccp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h
index 007c290f74d4..5e0af0d08a93 100644
--- a/include/linux/dccp.h
+++ b/include/linux/dccp.h
@@ -433,6 +433,8 @@ struct dccp_sock {
433 struct ccid *dccps_hc_tx_ccid; 433 struct ccid *dccps_hc_tx_ccid;
434 struct dccp_options_received dccps_options_received; 434 struct dccp_options_received dccps_options_received;
435 enum dccp_role dccps_role:2; 435 enum dccp_role dccps_role:2;
436 __u8 dccps_hc_rx_insert_options:1;
437 __u8 dccps_hc_tx_insert_options:1;
436}; 438};
437 439
438static inline struct dccp_sock *dccp_sk(const struct sock *sk) 440static inline struct dccp_sock *dccp_sk(const struct sock *sk)