David S. Miller 5ada552746 ipv4: Simplify output route creation call sequence.
There's a lot of redundancy and unnecessary stack frames
in the output route creation path.

1) Make __mkroute_output() return error pointers.

2) Eliminate ip_mkroute_output() entirely, made possible by #1.

3) Call __mkroute_output() directly and handling the returning error
   pointers in ip_route_output_slow().

Signed-off-by: David S. Miller <davem@davemloft.net>
2011-02-17 15:29:00 -08:00
..
2011-02-08 14:00:40 -08:00
2011-01-24 13:16:16 -08:00
2010-09-23 14:33:39 -07:00
2010-10-25 13:09:45 -07:00
2010-11-18 11:02:23 -08:00
2010-12-12 22:08:17 -08:00
2011-01-14 13:36:42 +01:00
2010-02-22 16:20:22 -08:00
2011-02-01 15:35:25 -08:00
2011-02-01 15:35:25 -08:00
2009-03-02 03:00:15 -08:00
2009-03-02 03:00:15 -08:00
2009-05-25 22:44:59 -07:00
2010-09-23 14:33:39 -07:00
2011-01-24 15:32:47 -08:00
2010-10-27 11:37:32 -07:00
2011-01-24 15:32:47 -08:00
2010-07-12 12:57:54 -07:00