commit | 77589ce0f84dd99cc946fd71fe6fb44dd8220d0a | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Oct 07 16:48:42 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 08 04:26:59 2015 -0700 |
tree | 27c8a96e43cebfbe89c5cc8e3961c412137b8b36 | |
parent | f859b0f662493e4f53d462f5759e3c4302933077 [diff] |
ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit Compute net and store it in a variable in the functions ip_build_and_send_pkt and ip_queue_xmit so that it does not need to be recomputed next time it is needed. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>