Print this page
1426 1361 missed two codepaths

@@ -2226,10 +2226,14 @@
 
         ASSERT((tcp->tcp_eager_next_drop_q0 == NULL &&
             tcp->tcp_eager_prev_drop_q0 == NULL) ||
             tcp->tcp_eager_next_drop_q0 == tcp->tcp_eager_prev_drop_q0);
 
+        DONTCARE(tcp->tcp_ka_rinterval);        /* Init in tcp_init_values */
+        DONTCARE(tcp->tcp_ka_ka_abort_thres);   /* Init in tcp_init_values */
+        DONTCARE(tcp->tcp_ka_ka_cnt);           /* Init in tcp_init_values */
+
         tcp->tcp_client_errno = 0;
 
         DONTCARE(connp->conn_sum);              /* Init in tcp_init_values */
 
         connp->conn_faddr_v6 = ipv6_all_zeros;  /* Displayed in MIB */

@@ -2382,10 +2386,12 @@
                 tcp->tcp_fin_wait_2_flush_interval =
                     parent->tcp_fin_wait_2_flush_interval;
 
                 tcp->tcp_ka_interval = parent->tcp_ka_interval;
                 tcp->tcp_ka_abort_thres = parent->tcp_ka_abort_thres;
+                tcp->tcp_ka_cnt = parent->tcp_ka_cnt;
+                tcp->tcp_ka_rinterval = parent->tcp_ka_rinterval;
 
                 tcp->tcp_init_cwnd = parent->tcp_init_cwnd;
         }
 
         /*