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

« back to all changes in this revision

Viewing changes to include/net/inet_connection_sock.h

  • 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:
318
318
                                       const unsigned long max_rto);
319
319
 
320
320
extern void inet_csk_destroy_sock(struct sock *sk);
 
321
extern void inet_csk_prepare_forced_close(struct sock *sk);
321
322
 
322
323
/*
323
324
 * LISTEN is a special case for poll..