[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120710.205637.571556391010747247.davem@davemloft.net>
Date: Tue, 10 Jul 2012 20:56:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 03/16] tcp: Maintain dynamic metrics in local cache.
From: Joe Perches <joe@...ches.com>
Date: Tue, 10 Jul 2012 18:22:16 -0700
> If it's IPv4,
>
> if (a->family == AF_INET)
> return a->addr.a4 == b->addr.a4;
>
> return ipv6_addr_equal((const struct in6_addr *)&a->addr.a6,
> (const struct in6_addr *)&b->addr.a6);
>
> so it's a single word test or a 4 word test.
Fair enough.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists