commit | 57c4bf859cad9d6c4f73d8c98a95e00f156301e0 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Oct 07 16:48:44 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 08 04:27:01 2015 -0700 |
tree | 7fc1b076a979efaf3516e678bc0db71541eab927 | |
parent | a7093fefa543afad2bf292bba163800e81a4ba33 [diff] |
ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outbound Compute net once in ipvlan_process_v4_outbound and ipvlan_process_v6_outbound and store it in a variable so that net does not need to be recomputed next time it is used. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>