commit | a47b4300801978745bca9fd08d848b9024eed797 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 21 13:02:00 2015 -0500 |
committer | Simon Horman <horms@verge.net.au> | Thu Sep 24 09:34:35 2015 +0900 |
tree | 50214a82ab27b279fd06a0548ea1109df0a91ca5 | |
parent | c60856c687d601e908950289f5b3917253e98cb6 [diff] |
ipvs: Cache ipvs in ip_vs_in_icmp and ip_vs_in_icmp_v6 Storte the value of net_ipvs in a variable named ipvs so that when there are more users struct netns_ipvs in ip_vs_in_cmp and ip_vs_in_icmp_v6 they won't need to compute the value again. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>