[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100921.215337.232739449.davem@davemloft.net>
Date: Tue, 21 Sep 2010 21:53:37 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: nbowler@...iptictech.com, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH] ip : take care of last fragment in ip_append_data
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Wed, 22 Sep 2010 06:44:06 +0200
> The "17" (instead of probable 16 need) comes from :
>
> net/ipv4/esp4.c line 599 :
>
> x->props.trailer_len = align + 1 + crypto_aead_authsize(esp->aead);
>
> In my Nick ipsec script case,
> crypto_aead_blocksize(aead) = 16,
> crypto_aead_authsize(esp->aead) = 0
>
> -> align = 16
> trailer_len = 16 + 1 + 0;
>
> I am not sure we need the "+ 1", but I know nothing about this stuff.
>
> Same in net/ipv6/esp6.c ?
I think the author of this code thought that the alignment was
expressed as "N - 1" instead of plain "N".
I'll do some research. :-)
Thanks Eric.
--
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