Searched refs:tcps_badsyn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/usr.bin/systat/
H A Dtcp.c222 DO(tcps_badsyn);
/freebsd-10-stable/release/picobsd/tinyware/ns/
H A Dns.c586 printf(" %10lu bogus SYN, e.g. premature ACK\n", s.tcps_badsyn);
/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h499 uint64_t tcps_badsyn; /* bogus SYN, e.g. premature ACK */ member in struct:tcpstat
H A Dtcp_input.c1195 TCPSTAT_INC(tcps_badsyn);
1207 TCPSTAT_INC(tcps_badsyn);
1227 TCPSTAT_INC(tcps_badsyn);
/freebsd-10-stable/usr.bin/netstat/
H A Dinet.c666 p(tcps_badsyn, "\t%ju bad connection attempt%s\n");

Completed in 217 milliseconds