From a32500b63a5f58f33474821b56479cbb38b2f3ac Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Tue, 16 Feb 2010 18:40:04 +0000 Subject: [PATCH] --- yaml --- r: 184256 b: refs/heads/master c: 9874c41cd5e70bfc97bcd52a8b6c98c2a6ba7299 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/ipv6.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 28057d60b3aa..bbede402e2f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dc4c2c31053ba5bf685d273cd62ecca406dddb2d +refs/heads/master: 9874c41cd5e70bfc97bcd52a8b6c98c2a6ba7299 diff --git a/trunk/include/net/ipv6.h b/trunk/include/net/ipv6.h index 639ec53ea081..d067db1f88c7 100644 --- a/trunk/include/net/ipv6.h +++ b/trunk/include/net/ipv6.h @@ -246,9 +246,9 @@ extern int ipv6_opt_accepted(struct sock *sk, struct sk_buff *skb); int ip6_frag_nqueues(struct net *net); int ip6_frag_mem(struct net *net); -#define IPV6_FRAG_HIGH_THRESH 262144 /* == 256*1024 */ -#define IPV6_FRAG_LOW_THRESH 196608 /* == 192*1024 */ -#define IPV6_FRAG_TIMEOUT (60*HZ) /* 60 seconds */ +#define IPV6_FRAG_HIGH_THRESH (256 * 1024) /* 262144 */ +#define IPV6_FRAG_LOW_THRESH (192 * 1024) /* 196608 */ +#define IPV6_FRAG_TIMEOUT (60 * HZ) /* 60 seconds */ extern int __ipv6_addr_type(const struct in6_addr *addr); static inline int ipv6_addr_type(const struct in6_addr *addr)