~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to net/ipv4/tcp_ipv4.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
1539
1539
        NET_INC_STATS_BH(sock_net(sk), LINUX_MIB_LISTENDROPS);
1540
1540
        return NULL;
1541
1541
put_and_exit:
1542
 
        tcp_clear_xmit_timers(newsk);
1543
 
        tcp_cleanup_congestion_control(newsk);
1544
 
        bh_unlock_sock(newsk);
1545
 
        sock_put(newsk);
 
1542
        inet_csk_prepare_forced_close(newsk);
 
1543
        tcp_done(newsk);
1546
1544
        goto exit;
1547
1545
}
1548
1546
EXPORT_SYMBOL(tcp_v4_syn_recv_sock);