rrs 463be3f37d This patch fixes a LOR that happens during INIT-ACK collision.
We were calling select_a_tag() inside sctp_send_initate_ack().
During collision cases we have a stcb and thus a SCTP_LOCK. When
we call select_a_tag it (below it) locks the INFO lock. We now
1) pre-select the nonce-tie-tags in sctputil.c during setup of
   a tcb.
2) In the other case where we have to select tags, we unlock after
   incr the ref cnt (so assoc won't go away0 and then do the
   tag selection followed by a relock and decr the refcnt.
Approved by:	gnn
2006-11-10 13:34:55 +00:00
..
2005-10-21 16:23:01 +00:00
2005-08-26 15:27:18 +00:00
2006-08-18 22:36:05 +00:00
2006-01-21 10:44:34 +00:00
2006-07-06 13:25:01 +00:00
2006-09-29 16:16:41 +00:00