From: Xiang Gao <[email protected]> Date: Fri, 15 Sep 2017 01:04:27 -0400
> From 09cf2e3cf09cf591283785aaa8159baf39ac2e08 Mon Sep 17 00:00:00 2001 > From: Xiang Gao <[email protected]> > Date: Fri, 15 Sep 2017 00:44:12 -0400 > Subject: [PATCH] ipv6_skip_exthdr: use ipv6_authlen for AH hdrlen > > In ipv6_skip_exthdr, the lengh of AH header is computed manually > as (hp->hdrlen+2)<<2. However, in include/linux/ipv6.h, a macro > named ipv6_authlen is already defined for exactly the same job. This > commit replaces the manual computation code with the macro. Your patch was whitespace corrupted by your email client.
