K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-12-25T22:29:57.000000Z K 7 svn:log V 444 Merge tcp_subr.c:1.208 from HEAD to RELENG_5: date: 2004/11/23 15:59:43; author: rwatson; state: Exp; lines: +11 -4 Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock protects access to the ISN state variables. Acquire the tcbinfo write lock in tcp_isn_tick() to synchronize timer-driven isn bumping. Staticize internal ISN variables since they're not used outside of tcp_subr.c. MFC after: 2 weeks END