Searched refs:tcps_drops (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/usr.bin/systat/
H A Dtcp.c166 DO(tcps_drops);
243 L(4, tcps_drops); R(4, tcps_sack_rexmits);
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c225 value->v.uint32 = tcpstat.tcps_drops;
/freebsd-10-stable/release/picobsd/tinyware/ns/
H A Dns.c519 printf(" %10lu dropped\n", s.tcps_drops);
/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h440 uint64_t tcps_drops; /* connections dropped */ member in struct:tcpstat
H A Dtcp_input.c2188 TCPSTAT_INC(tcps_drops);
H A Dtcp_subr.c1013 TCPSTAT_INC(tcps_drops);
/freebsd-10-stable/usr.bin/netstat/
H A Dinet.c670 p2(tcps_closed, tcps_drops,

Completed in 187 milliseconds