net: implements ip_route_input_noref()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 10 May 2010 11:32:55 +0000 (11:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 00:18:51 +0000 (17:18 -0700)
commit407eadd996dc62a827db85f1d0c286a98fd5d336
tree199b695cd045650b939aab61cbb55c31d9165b4e
parent7fee226ad2397b635e2fd565a59ca3ae08a164cd
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>
include/net/route.h
net/ipv4/route.c