Home
last modified time | relevance | path

Searched refs:TCPSTAT_INC (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timer.c293 TCPSTAT_INC(tcps_delack); in tcp_timer_delack()
359 TCPSTAT_INC(tcps_finwait2_drops); in tcp_timer_2msl()
453 TCPSTAT_INC(tcps_keeptimeo); in tcp_timer_keep()
473 TCPSTAT_INC(tcps_keepprobe); in tcp_timer_keep()
500 TCPSTAT_INC(tcps_keepdrops); in tcp_timer_keep()
553 TCPSTAT_INC(tcps_persisttimeo); in tcp_timer_persist()
564 TCPSTAT_INC(tcps_persistdrop); in tcp_timer_persist()
581 TCPSTAT_INC(tcps_persistdrop); in tcp_timer_persist()
653 TCPSTAT_INC(tcps_timeoutdrop); in tcp_timer_rexmt()
700 TCPSTAT_INC(tcps_rexmttimeo); in tcp_timer_rexmt()
[all …]
H A Dtcp_input.c399 TCPSTAT_INC(tcps_usedrtt); in cc_conn_init()
586 TCPSTAT_INC(tcps_rcvshort); in tcp6_input()
662 TCPSTAT_INC(tcps_rcvtotal); in tcp_input()
766 TCPSTAT_INC(tcps_rcvbadoff); in tcp_input()
1173 TCPSTAT_INC(tcps_badsyn); in tcp_input()
1185 TCPSTAT_INC(tcps_badsyn); in tcp_input()
1205 TCPSTAT_INC(tcps_badsyn); in tcp_input()
1589 TCPSTAT_INC(tcps_ecn_ce); in tcp_do_segment()
2168 TCPSTAT_INC(tcps_drops); in tcp_do_segment()
2204 TCPSTAT_INC(tcps_badsyn); in tcp_do_segment()
[all …]
H A Dtcp_syncache.c408 TCPSTAT_INC(tcps_sc_added); in syncache_insert()
523 TCPSTAT_INC(tcps_sc_stale); in syncache_timer()
627 TCPSTAT_INC(tcps_badrst); in syncache_chkrst()
644 TCPSTAT_INC(tcps_badrst); in syncache_chkrst()
686 TCPSTAT_INC(tcps_sc_reset); in syncache_chkrst()
688 TCPSTAT_INC(tcps_badrst); in syncache_chkrst()
704 TCPSTAT_INC(tcps_badrst); in syncache_chkrst()
725 TCPSTAT_INC(tcps_sc_badack); in syncache_badack()
1118 TCPSTAT_INC(tcps_accepts); in syncache_socket()
1823 TCPSTAT_INC(tcps_sndacks); in syncache_add()
[all …]
H A Dtcp_reass.c340 TCPSTAT_INC(tcps_rcvoopack); in tcp_reass_append()
376 TCPSTAT_INC(tcps_rcvoopack); in tcp_reass_prepend()
411 TCPSTAT_INC(tcps_rcvoopack); in tcp_reass_replace()
591 TCPSTAT_INC(tcps_rcvreassfull); in tcp_reass()
650 TCPSTAT_INC(tcps_rcvduppack); in tcp_reass()
826 TCPSTAT_INC(tcps_rcvduppack); in tcp_reass()
954 TCPSTAT_INC(tcps_rcvoopack); in tcp_reass()
976 TCPSTAT_INC(tcps_rcvreassfull); in tcp_reass()
992 TCPSTAT_INC(tcps_rcvreassfull); in tcp_reass()
1012 TCPSTAT_INC(tcps_rcvmemdrop); in tcp_reass()
[all …]
H A Dtcp_hostcache.c395 TCPSTAT_INC(tcps_hc_bucketoverflow); in tcp_hc_insert()
428 TCPSTAT_INC(tcps_hc_added); in tcp_hc_insert()
572 TCPSTAT_INC(tcps_cachedrtt); in tcp_hc_update()
580 TCPSTAT_INC(tcps_cachedrttvar); in tcp_hc_update()
588 TCPSTAT_INC(tcps_cachedssthresh); in tcp_hc_update()
H A Dtcp_output.c337 TCPSTAT_INC(tcps_sack_rexmits); in tcp_output()
1020 TCPSTAT_INC(tcps_sndprobe); in tcp_output()
1031 TCPSTAT_INC(tcps_sndrexmitpack); in tcp_output()
1038 TCPSTAT_INC(tcps_sndpack); in tcp_output()
1112 TCPSTAT_INC(tcps_sndacks); in tcp_output()
1114 TCPSTAT_INC(tcps_sndctrl); in tcp_output()
1116 TCPSTAT_INC(tcps_sndurg); in tcp_output()
1118 TCPSTAT_INC(tcps_sndwinup); in tcp_output()
1201 TCPSTAT_INC(tcps_ecn_ect0); in tcp_output()
1534 TCPSTAT_INC(tcps_segstimed); in tcp_output()
[all …]
H A Dtcp_timewait.c544 TCPSTAT_INC(tcps_closed); in tcp_twclose()
651 TCPSTAT_INC(tcps_sndacks); in tcp_twrespond()
653 TCPSTAT_INC(tcps_sndctrl); in tcp_twrespond()
654 TCPSTAT_INC(tcps_sndtotal); in tcp_twrespond()
H A Dtcp_subr.c1905 TCPSTAT_INC(tcps_drops); in tcp_drop()
1907 TCPSTAT_INC(tcps_conndrops); in tcp_drop()
2122 TCPSTAT_INC(tcps_closed); in tcp_close()
2924 TCPSTAT_INC(tcps_mturesent); in tcp_mtudisc()
H A Dtcp_sack.c453 TCPSTAT_INC(tcps_sack_sboverflow); in tcp_sackhole_alloc()
H A Dtcp_var.h698 #define TCPSTAT_INC(name) TCPSTAT_ADD(name, 1) macro
H A Dtcp_usrreq.c1695 TCPSTAT_INC(tcps_connattempt); in tcp_connect()
1736 TCPSTAT_INC(tcps_connattempt); in tcp6_connect()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h698 #define TCPSTAT_INC(name) TCPSTAT_ADD(name, 1) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10988 TCPSTAT_INC(tcps_ecn_shs); in rack_do_segment_nounlock()