[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130822.134309.2073296501906078763.davem@davemloft.net>
Date: Thu, 22 Aug 2013 13:43:09 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dborkman@...hat.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 3/3] net: tcp_probe: add IPv6 support
From: Daniel Borkmann <dborkman@...hat.com>
Date: Wed, 21 Aug 2013 19:48:00 +0200
> + union {
> + struct sockaddr raw;
> + struct sockaddr_in v4;
> + struct sockaddr_in6 v6;
> + } src, dst;
This bloats up the tcp_log structure unnecessarily. You have
absolutely no use for the port member, for example.
I know you want to use this so that you can be lazy and only
use the single printf format specifier. Here, keeping the
tcp_log compact is more important.
--
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