commit | 407eadd996dc62a827db85f1d0c286a98fd5d336 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon May 10 11:32:55 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 17 17:18:51 2010 -0700 |
tree | 199b695cd045650b939aab61cbb55c31d9165b4e | |
parent | 7fee226ad2397b635e2fd565a59ca3ae08a164cd [diff] |
net: implements ip_route_input_noref() ip_route_input() is the version returning a refcounted dst, while ip_route_input_noref() returns a non refcounted one. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>