commit | d4e1b299ec2853dd3d90b71ae86fa2626e60dc25 | [log] [tgz] |
---|---|---|
author | Xiang Gao <qasdfgtyuiop@gmail.com> | Wed Sep 20 12:18:17 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 20 13:45:18 2017 -0700 |
tree | 69c5ae532cdbbec055b57c4a2d6bc74238e8f8f3 | |
parent | 8ca712c373a462cfa1b62272870b6c2c74aa83f9 [diff] |
ipv6: Use ipv6_authlen for len in ipv6_skip_exthdr 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. Signed-off-by: Xiang Gao <qasdfgtyuiop@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>