commit | 960fdfdeb9e85a67bed136bc945c541ba61c2bdd | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Feb 07 14:52:30 2017 +0100 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Feb 09 10:22:17 2017 +0100 |
tree | b0f0894a34a442965d33f4374586c40fabdcf99e | |
parent | 152bff377653047c2a69c226435e2c3fd316b592 [diff] |
xfrm: input: constify xfrm_input_afinfo Nothing writes to these structures (the module owner was not used). While at it, size xfrm_input_afinfo[] by the highest existing xfrm family (INET6), not AF_MAX. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>