Lines Matching refs:from

882 tcp_add_mib(mib2_tcp_t *from, mib2_tcp_t *to)  in tcp_add_mib()  argument
884 to->tcpActiveOpens += from->tcpActiveOpens; in tcp_add_mib()
885 to->tcpPassiveOpens += from->tcpPassiveOpens; in tcp_add_mib()
886 to->tcpAttemptFails += from->tcpAttemptFails; in tcp_add_mib()
887 to->tcpEstabResets += from->tcpEstabResets; in tcp_add_mib()
888 to->tcpInSegs += from->tcpInSegs; in tcp_add_mib()
889 to->tcpOutSegs += from->tcpOutSegs; in tcp_add_mib()
890 to->tcpRetransSegs += from->tcpRetransSegs; in tcp_add_mib()
891 to->tcpOutRsts += from->tcpOutRsts; in tcp_add_mib()
893 to->tcpOutDataSegs += from->tcpOutDataSegs; in tcp_add_mib()
894 to->tcpOutDataBytes += from->tcpOutDataBytes; in tcp_add_mib()
895 to->tcpRetransBytes += from->tcpRetransBytes; in tcp_add_mib()
896 to->tcpOutAck += from->tcpOutAck; in tcp_add_mib()
897 to->tcpOutAckDelayed += from->tcpOutAckDelayed; in tcp_add_mib()
898 to->tcpOutUrg += from->tcpOutUrg; in tcp_add_mib()
899 to->tcpOutWinUpdate += from->tcpOutWinUpdate; in tcp_add_mib()
900 to->tcpOutWinProbe += from->tcpOutWinProbe; in tcp_add_mib()
901 to->tcpOutControl += from->tcpOutControl; in tcp_add_mib()
902 to->tcpOutFastRetrans += from->tcpOutFastRetrans; in tcp_add_mib()
904 to->tcpInAckBytes += from->tcpInAckBytes; in tcp_add_mib()
905 to->tcpInDupAck += from->tcpInDupAck; in tcp_add_mib()
906 to->tcpInAckUnsent += from->tcpInAckUnsent; in tcp_add_mib()
907 to->tcpInDataInorderSegs += from->tcpInDataInorderSegs; in tcp_add_mib()
908 to->tcpInDataInorderBytes += from->tcpInDataInorderBytes; in tcp_add_mib()
909 to->tcpInDataUnorderSegs += from->tcpInDataUnorderSegs; in tcp_add_mib()
910 to->tcpInDataUnorderBytes += from->tcpInDataUnorderBytes; in tcp_add_mib()
911 to->tcpInDataDupSegs += from->tcpInDataDupSegs; in tcp_add_mib()
912 to->tcpInDataDupBytes += from->tcpInDataDupBytes; in tcp_add_mib()
913 to->tcpInDataPartDupSegs += from->tcpInDataPartDupSegs; in tcp_add_mib()
914 to->tcpInDataPartDupBytes += from->tcpInDataPartDupBytes; in tcp_add_mib()
915 to->tcpInDataPastWinSegs += from->tcpInDataPastWinSegs; in tcp_add_mib()
916 to->tcpInDataPastWinBytes += from->tcpInDataPastWinBytes; in tcp_add_mib()
917 to->tcpInWinProbe += from->tcpInWinProbe; in tcp_add_mib()
918 to->tcpInWinUpdate += from->tcpInWinUpdate; in tcp_add_mib()
919 to->tcpInClosed += from->tcpInClosed; in tcp_add_mib()
921 to->tcpRttNoUpdate += from->tcpRttNoUpdate; in tcp_add_mib()
922 to->tcpRttUpdate += from->tcpRttUpdate; in tcp_add_mib()
923 to->tcpTimRetrans += from->tcpTimRetrans; in tcp_add_mib()
924 to->tcpTimRetransDrop += from->tcpTimRetransDrop; in tcp_add_mib()
925 to->tcpTimKeepalive += from->tcpTimKeepalive; in tcp_add_mib()
926 to->tcpTimKeepaliveProbe += from->tcpTimKeepaliveProbe; in tcp_add_mib()
927 to->tcpTimKeepaliveDrop += from->tcpTimKeepaliveDrop; in tcp_add_mib()
928 to->tcpListenDrop += from->tcpListenDrop; in tcp_add_mib()
929 to->tcpListenDropQ0 += from->tcpListenDropQ0; in tcp_add_mib()
930 to->tcpHalfOpenDrop += from->tcpHalfOpenDrop; in tcp_add_mib()
931 to->tcpOutSackRetransSegs += from->tcpOutSackRetransSegs; in tcp_add_mib()
932 to->tcpHCInSegs += from->tcpHCInSegs; in tcp_add_mib()
933 to->tcpHCOutSegs += from->tcpHCOutSegs; in tcp_add_mib()
1019 tcp_add_stats(tcp_stat_counter_t *from, tcp_stat_t *to) in tcp_add_stats() argument
1022 from->tcp_time_wait_syn_success; in tcp_add_stats()
1024 from->tcp_clean_death_nondetached; in tcp_add_stats()
1026 from->tcp_eager_blowoff_q; in tcp_add_stats()
1028 from->tcp_eager_blowoff_q0; in tcp_add_stats()
1030 from->tcp_no_listener; in tcp_add_stats()
1032 from->tcp_listendrop; in tcp_add_stats()
1034 from->tcp_listendropq0; in tcp_add_stats()
1036 from->tcp_wsrv_called; in tcp_add_stats()
1038 from->tcp_flwctl_on; in tcp_add_stats()
1040 from->tcp_timer_fire_early; in tcp_add_stats()
1042 from->tcp_timer_fire_miss; in tcp_add_stats()
1044 from->tcp_zcopy_on; in tcp_add_stats()
1046 from->tcp_zcopy_off; in tcp_add_stats()
1048 from->tcp_zcopy_backoff; in tcp_add_stats()
1050 from->tcp_fusion_flowctl; in tcp_add_stats()
1052 from->tcp_fusion_backenabled; in tcp_add_stats()
1054 from->tcp_fusion_urg; in tcp_add_stats()
1056 from->tcp_fusion_putnext; in tcp_add_stats()
1058 from->tcp_fusion_unfusable; in tcp_add_stats()
1060 from->tcp_fusion_aborted; in tcp_add_stats()
1062 from->tcp_fusion_unqualified; in tcp_add_stats()
1064 from->tcp_fusion_rrw_busy; in tcp_add_stats()
1066 from->tcp_fusion_rrw_msgcnt; in tcp_add_stats()
1068 from->tcp_fusion_rrw_plugged; in tcp_add_stats()
1070 from->tcp_in_ack_unsent_drop; in tcp_add_stats()
1072 from->tcp_sock_fallback; in tcp_add_stats()
1074 from->tcp_lso_enabled; in tcp_add_stats()
1076 from->tcp_lso_disabled; in tcp_add_stats()
1078 from->tcp_lso_times; in tcp_add_stats()
1080 from->tcp_lso_pkt_out; in tcp_add_stats()
1082 from->tcp_listen_cnt_drop; in tcp_add_stats()
1084 from->tcp_listen_mem_drop; in tcp_add_stats()
1086 from->tcp_zwin_mem_drop; in tcp_add_stats()
1088 from->tcp_zwin_ack_syn; in tcp_add_stats()
1090 from->tcp_rst_unsent; in tcp_add_stats()
1092 from->tcp_reclaim_cnt; in tcp_add_stats()
1094 from->tcp_reass_timeout; in tcp_add_stats()
1098 from->tcp_time_wait; in tcp_add_stats()
1100 from->tcp_rput_time_wait; in tcp_add_stats()
1102 from->tcp_detach_time_wait; in tcp_add_stats()
1104 from->tcp_timeout_calls; in tcp_add_stats()
1106 from->tcp_timeout_cached_alloc; in tcp_add_stats()
1108 from->tcp_timeout_cancel_reqs; in tcp_add_stats()
1110 from->tcp_timeout_canceled; in tcp_add_stats()
1112 from->tcp_timermp_freed; in tcp_add_stats()
1114 from->tcp_push_timer_cnt; in tcp_add_stats()
1116 from->tcp_ack_timer_cnt; in tcp_add_stats()