diff options
Diffstat (limited to 'net/dccp/options.c')
-rw-r--r-- | net/dccp/options.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index a57fcbd7d03c..172eb6ba8702 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c | |||
@@ -29,16 +29,6 @@ int sysctl_dccp_feat_ack_ratio = DCCPF_INITIAL_ACK_RATIO; | |||
29 | int sysctl_dccp_feat_send_ack_vector = DCCPF_INITIAL_SEND_ACK_VECTOR; | 29 | int sysctl_dccp_feat_send_ack_vector = DCCPF_INITIAL_SEND_ACK_VECTOR; |
30 | int sysctl_dccp_feat_send_ndp_count = DCCPF_INITIAL_SEND_NDP_COUNT; | 30 | int sysctl_dccp_feat_send_ndp_count = DCCPF_INITIAL_SEND_NDP_COUNT; |
31 | 31 | ||
32 | void dccp_minisock_init(struct dccp_minisock *dmsk) | ||
33 | { | ||
34 | dmsk->dccpms_sequence_window = sysctl_dccp_feat_sequence_window; | ||
35 | dmsk->dccpms_rx_ccid = sysctl_dccp_feat_rx_ccid; | ||
36 | dmsk->dccpms_tx_ccid = sysctl_dccp_feat_tx_ccid; | ||
37 | dmsk->dccpms_ack_ratio = sysctl_dccp_feat_ack_ratio; | ||
38 | dmsk->dccpms_send_ack_vector = sysctl_dccp_feat_send_ack_vector; | ||
39 | dmsk->dccpms_send_ndp_count = sysctl_dccp_feat_send_ndp_count; | ||
40 | } | ||
41 | |||
42 | static u32 dccp_decode_value_var(const unsigned char *bf, const u8 len) | 32 | static u32 dccp_decode_value_var(const unsigned char *bf, const u8 len) |
43 | { | 33 | { |
44 | u32 value = 0; | 34 | u32 value = 0; |