commit | b57ae01a8a8446dbbed7365c9b05aef1fc6dea20 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri May 06 16:24:06 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 08 14:05:14 2011 -0700 |
tree | 14e18d9c67111e2fe44bad96b062794f3c14c98d | |
parent | 6e869138101bc607e4780187210b79d531f9b2ce [diff] |
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: David S. Miller <davem@davemloft.net>