Home
last modified time | relevance | path

Searched refs:tcps_sc_unreach (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h422 u_int64_t tcps_sc_unreach; /* # dropped due to ICMP unreach */ member
607 tcps_sc_unreach, enumerator
H A Dtcp_usrreq.c1357 ASSIGN(tcps_sc_unreach); in tcp_sysctl_tcpstat()
H A Dtcp_input.c3789 tcpstat_inc(tcps_sc_unreach); in syn_cache_unreach()
/openbsd/usr.bin/netstat/
H A Dinet.c489 p1(tcps_sc_unreach, "\t\t%llu dropped due to ICMP unreachable\n"); in tcp_stats()