Home
last modified time | relevance | path

Searched hist:b57ae01a8a8446dbbed7365c9b05aef1fc6dea20 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_output.cdiff b57ae01a8a8446dbbed7365c9b05aef1fc6dea20 Fri May 06 18:24:06 CDT 2011 David S. Miller <davem@davemloft.net> 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>