Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/tcp.h
          +++ new/usr/src/uts/common/inet/tcp.h
↓ open down ↓ 582 lines elided ↑ open up ↑
 583  583          boolean_t tcp_closemp_used;
 584  584  
 585  585          /*
 586  586           * previous and next eagers in the list of droppable eagers. See
 587  587           * the comments before MAKE_DROPPABLE(). These pointers are
 588  588           * protected by listener's tcp_eager_lock.
 589  589           */
 590  590          struct tcp_s    *tcp_eager_prev_drop_q0;
 591  591          struct tcp_s    *tcp_eager_next_drop_q0;
 592  592  
      593 +        boolean_t       tcp_dtrace_connect_established; /* trace this event */
      594 +
 593  595          /*
 594  596           * Have we flow controlled xmitter?
 595  597           * This variable can be modified outside the squeue and hence must
 596  598           * not be declared as a bit field along with the rest that are
 597  599           * modified only within the squeue.
 598  600           * protected by the tcp_non_sq_lock lock.
 599  601           */
 600  602          boolean_t       tcp_flow_stopped;
 601  603  
 602  604          /*
↓ open down ↓ 143 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX