Skip to content
Snippets Groups Projects
Commit 5ada5527 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent cf0bdefd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment