Print this page
*** NO COMMENTS ***

@@ -588,10 +588,12 @@
          * protected by listener's tcp_eager_lock.
          */
         struct tcp_s    *tcp_eager_prev_drop_q0;
         struct tcp_s    *tcp_eager_next_drop_q0;
 
+        boolean_t       tcp_dtrace_connect_established; /* trace this event */
+
         /*
          * Have we flow controlled xmitter?
          * This variable can be modified outside the squeue and hence must
          * not be declared as a bit field along with the rest that are
          * modified only within the squeue.