Skip to content
Commit 6e869138 authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()



These two functions must be invoked only when the socket is locked
(because socket identity modifications are made non-atomically).

Therefore we can use the cork flow for output route lookups.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3038eeac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment