commit | 19a0644ca31c7e22abdb4058ea013f1f7abf7327 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Sep 15 20:04:10 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 17 17:18:36 2015 -0700 |
tree | d3846d6f7bedd6299b39dfe54b9631902c8f7c9a | |
parent | 78126c41907e999979635855b6b1b24aa46f53d8 [diff] |
ipv6: Cache net in ip6_output Keep net in a local variable so I can use it in NF_HOOK_COND when I pass struct net to all of the netfilter hooks. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>