]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbd4363536ec38f802bc7cdd6560eb1634a132b2c
tree199b695cd045650b939aab61cbb55c31d9165b4e
parent51a9c2056e199a545c7a812631ac58ddeaa24b20
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