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