diff options
author | stephen hemminger <shemminger@vyatta.com> | 2010-10-05 00:24:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-07 02:12:07 -0400 |
commit | 1f4f0f645cc1d7f1187fcdb0ac22c2e69bd68050 (patch) | |
tree | 6db6ea3a0bb27188d06db6bbf093842d7007f836 /net/dccp/dccp.h | |
parent | 10e7e9c44d442275951d1cfc892c1c6606c85c94 (diff) |
dccp: Kill dead code and add static markers.
Remove dead code and make some functions static.
Compile tested only.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 3ccef1b70fee..019d6ffee354 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -246,7 +246,6 @@ static inline void dccp_clear_xmit_timers(struct sock *sk) | |||
246 | extern unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu); | 246 | extern unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu); |
247 | 247 | ||
248 | extern const char *dccp_packet_name(const int type); | 248 | extern const char *dccp_packet_name(const int type); |
249 | extern const char *dccp_state_name(const int state); | ||
250 | 249 | ||
251 | extern void dccp_set_state(struct sock *sk, const int state); | 250 | extern void dccp_set_state(struct sock *sk, const int state); |
252 | extern void dccp_done(struct sock *sk); | 251 | extern void dccp_done(struct sock *sk); |
@@ -449,7 +448,6 @@ extern int dccp_insert_options_rsk(struct dccp_request_sock*, struct sk_buff*); | |||
449 | extern int dccp_insert_option_elapsed_time(struct sk_buff *skb, u32 elapsed); | 448 | extern int dccp_insert_option_elapsed_time(struct sk_buff *skb, u32 elapsed); |
450 | extern u32 dccp_timestamp(void); | 449 | extern u32 dccp_timestamp(void); |
451 | extern void dccp_timestamping_init(void); | 450 | extern void dccp_timestamping_init(void); |
452 | extern int dccp_insert_option_timestamp(struct sk_buff *skb); | ||
453 | extern int dccp_insert_option(struct sk_buff *skb, unsigned char option, | 451 | extern int dccp_insert_option(struct sk_buff *skb, unsigned char option, |
454 | const void *value, unsigned char len); | 452 | const void *value, unsigned char len); |
455 | 453 | ||