diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-08-24 00:51:36 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 19:04:53 -0400 |
commit | d4b81ff70547b40c9b0742b163e8354560003cc0 (patch) | |
tree | dde55db47394af881411a33e06843ff8ab3fd3d8 /net/dccp/dccp.h | |
parent | 012e13eac7579fcc7618df4ca1d5af3cdc03748c (diff) |
[DCCP]: Export dccp_insert_option_timestamp to CCIDs
And don't insert a TIMESTAMP option in all packets, leave the decision
to the CCIDs.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.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, 2 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 53994f10ced5..c6ba07ea1a9f 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -364,6 +364,8 @@ extern void dccp_insert_options(struct sock *sk, struct sk_buff *skb); | |||
364 | extern void dccp_insert_option_elapsed_time(struct sock *sk, | 364 | extern void dccp_insert_option_elapsed_time(struct sock *sk, |
365 | struct sk_buff *skb, | 365 | struct sk_buff *skb, |
366 | u32 elapsed_time); | 366 | u32 elapsed_time); |
367 | extern void dccp_insert_option_timestamp(struct sock *sk, | ||
368 | struct sk_buff *skb); | ||
367 | extern void dccp_insert_option(struct sock *sk, struct sk_buff *skb, | 369 | extern void dccp_insert_option(struct sock *sk, struct sk_buff *skb, |
368 | unsigned char option, | 370 | unsigned char option, |
369 | const void *value, unsigned char len); | 371 | const void *value, unsigned char len); |