ipv4: Use cork flow in ip_queue_xmit()
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2011 23:24:06 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 21:05:14 +0000 (14:05 -0700)
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: David S. Miller <davem@davemloft.net>

No differences found