Home
last modified time | relevance | path

Searched refs:TCP_STATINC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_timer.c365 TCP_STATINC(TCP_STAT_TIMEOUTDROP); in tcp_timer_rexmt()
370 TCP_STATINC(TCP_STAT_REXMTTIMEO); in tcp_timer_rexmt()
387 TCP_STATINC(TCP_STAT_PMTUBLACKHOLE); in tcp_timer_rexmt()
491 TCP_STATINC(TCP_STAT_PERSISTDROPS); in tcp_timer_persist()
495 TCP_STATINC(TCP_STAT_PERSISTTIMEO); in tcp_timer_persist()
541 TCP_STATINC(TCP_STAT_KEEPTIMEO); in tcp_timer_keep()
564 TCP_STATINC(TCP_STAT_KEEPPROBE); in tcp_timer_keep()
584 TCP_STATINC(TCP_STAT_KEEPDROPS); in tcp_timer_keep()
H A Dtcp_syncache.c342 TCP_STATINC(TCP_STAT_SC_BUCKETOVERFLOW); in syn_cache_insert()
361 TCP_STATINC(TCP_STAT_SC_OVERFLOWED); in syn_cache_insert()
409 TCP_STATINC(TCP_STAT_SC_ADDED); in syn_cache_insert()
429 TCP_STATINC(TCP_STAT_SC_DELAYED_FREE); in syn_cache_timer()
447 TCP_STATINC(TCP_STAT_SC_RETRANSMITTED); in syn_cache_timer()
457 TCP_STATINC(TCP_STAT_SC_TIMED_OUT); in syn_cache_timer()
723 TCP_STATINC(TCP_STAT_ACCEPTS); in syn_cache_get()
775 TCP_STATINC(TCP_STAT_SC_COMPLETED); in syn_cache_get()
792 TCP_STATINC(TCP_STAT_SC_ABORTED); in syn_cache_get()
819 TCP_STATINC(TCP_STAT_SC_RESET); in syn_cache_reset()
[all …]
H A Dtcp_input.c714 TCP_STATINC(TCP_STAT_RCVMEMDROP); in tcp_reass()
729 TCP_STATINC(TCP_STAT_RCVMEMDROP); in tcp_reass()
817 TCP_STATINC(TCP_STAT_RCVSHORT); in tcp6_input()
978 TCP_STATINC(TCP_STAT_RCVBADSUM);
1055 TCP_STATINC(TCP_STAT_RCVAFTERCLOSE); in tcp_vtw_input()
1066 TCP_STATINC(TCP_STAT_RCVPACKAFTERWIN); in tcp_vtw_input()
1100 TCP_STATINC(TCP_STAT_RCVWINPROBE); in tcp_vtw_input()
1219 TCP_STATINC(TCP_STAT_RCVTOTAL); in tcp_input()
1247 TCP_STATINC(TCP_STAT_RCVSHORT); in tcp_input()
1258 TCP_STATINC(TCP_STAT_RCVSHOR in tcp_input()
[all...]
H A Dtcp_private.h43 #define TCP_STATINC(x) _NET_STATINC(tcpstat_percpu, x) macro
H A Dtcp_subr.c1030 TCP_STATINC(TCP_STAT_DROPS); in tcp_drop()
1032 TCP_STATINC(TCP_STAT_CONNDROPS); in tcp_drop()
1158 TCP_STATINC(TCP_STAT_CLOSED); in tcp_close()
1231 TCP_STATINC(TCP_STAT_CONNSDRAINED); in tcp_drain()
2181 TCP_STATINC(stat); in tcp_statinc()
H A Dtcp_output.c1328 TCP_STATINC(TCP_STAT_ECN_ECT); in tcp_output()
1486 TCP_STATINC(TCP_STAT_SEGSTIMED); in tcp_output()
1611 TCP_STATINC(TCP_STAT_SELFQUENCH); in tcp_output()
H A Dtcp_usrreq.c712 TCP_STATINC(TCP_STAT_CONNATTEMPT); in tcp_connect()