Randall Stewart c99efcf633 - The address lock is changed to a rwlock. This
also involves macro changes to have a RLOCK and a WLOCK
  and placing the correct version within the code.
- The INP-INFO lock is changed to a rwlock.
- When sctp_shutdown() is called on Mac OS X, the socket lock is held.
  So call sctp_chunk_output with SCTP_SO_LOCKED and
  not SCTP_SO_NOT_LOCKED.
- Add SCTP_IPI_ADDR_[RW]LOCK and SCTP_IPI_ADDR_[RW]UNLOCK for Mac OS X.
- u_int64_t -> uint64_t
- add missing addr unlock for error return path
Approved by:	re@freebsd.org (K Smith)
2007-09-18 15:16:39 +00:00
..
2007-04-30 20:26:11 +00:00
2006-12-04 00:41:48 +00:00
2006-01-21 10:44:34 +00:00
2007-05-11 11:05:30 +00:00
2007-05-11 11:00:48 +00:00
2007-03-24 22:15:02 +00:00
2007-09-10 14:22:15 +00:00
2007-07-10 09:30:46 +00:00