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

ipv4: Use cork flow in ip_queue_xmit()



All invokers of ip_queue_xmit() must make certain that the
socket is locked.  All of SCTP, TCP, DCCP, and L2TP now make
sure this is the case.

Therefore we can use the cork flow during output route lookup in
ip_queue_xmit() when the socket route check fails.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6e869138
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