Lines Matching defs:DONTCARE

2059 #define	DONTCARE(x)
2062 #define DONTCARE(x) ((x) = (x))
2089 DONTCARE(tcp->tcp_cwnd); /* Init in tcp_process_options */
2109 DONTCARE(tcp->tcp_naglim); /* Init in tcp_init_values */
2110 DONTCARE(tcp->tcp_ipha);
2111 DONTCARE(tcp->tcp_ip6h);
2112 DONTCARE(tcp->tcp_tcpha);
2115 DONTCARE(tcp->tcp_timer_backoff); /* Init in tcp_init_values */
2116 DONTCARE(tcp->tcp_last_recv_time); /* Init in tcp_init_values */
2147 DONTCARE(tcp->tcp_maxpsz_multiplier); /* Init in tcp_init_values */
2164 DONTCARE(tcp->tcp_rwnd); /* Set in tcp_reinit() */
2177 DONTCARE(tcp->tcp_cwnd_ssthresh); /* Init in tcp_set_destination */
2178 DONTCARE(tcp->tcp_cwnd_max); /* Init in tcp_init_values */
2182 DONTCARE(tcp->tcp_rtt_sa); /* Init in tcp_init_values */
2183 DONTCARE(tcp->tcp_rtt_sd); /* Init in tcp_init_values */
2186 DONTCARE(tcp->tcp_swl1); /* Init in case TCPS_LISTEN/TCPS_SYN_SENT */
2187 DONTCARE(tcp->tcp_swl2); /* Init in case TCPS_LISTEN/TCPS_SYN_SENT */
2198 DONTCARE(tcp->tcp_irs); /* tcp_valid_bits cleared */
2199 DONTCARE(tcp->tcp_iss); /* tcp_valid_bits cleared */
2200 DONTCARE(tcp->tcp_fss); /* tcp_valid_bits cleared */
2201 DONTCARE(tcp->tcp_urg); /* tcp_valid_bits cleared */
2208 DONTCARE(tcp->tcp_first_timer_threshold); /* Init in tcp_init_values */
2209 DONTCARE(tcp->tcp_second_timer_threshold); /* Init in tcp_init_values */
2210 DONTCARE(tcp->tcp_first_ctimer_threshold); /* Init in tcp_init_values */
2211 DONTCARE(tcp->tcp_second_ctimer_threshold); /* in tcp_init_values */
2213 DONTCARE(tcp->tcp_urp_last); /* tcp_urp_last_valid is cleared */
2231 DONTCARE(connp->conn_sum); /* Init in tcp_init_values */
2246 DONTCARE(tcp->tcp_ipsec_overhead);
2308 DONTCARE(tcp->tcmp_stk[0]);
2316 #undef DONTCARE