commit | 6cbb0df788b90777a7ed0f9d8261260353f48076 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Tue Aug 09 19:49:02 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:37:48 2005 -0700 |
tree | 152b75c0279b8f612412f24a5ab35ab6d5a208d8 | |
parent | 614c6cb4f225a7da9f13e5dd0fac3b531078eb9f [diff] |
[SOCK]: Introduce sk_setup_caps From tcp_v4_setup_caps, that always is preceded by a call to __sk_dst_set, so coalesce this sequence into sk_setup_caps, removing one call to a TCP function in the IP layer. Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>