Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_var.h364 u_int32_t tcps_sndctrl; /* control (SYN|FIN|RST) packets sent */ member
556 tcps_sndctrl, enumerator
H A Dtcp_output.c738 tcpstat_inc(tcps_sndctrl); in tcp_output()
H A Dtcp_usrreq.c1306 ASSIGN(tcps_sndctrl); in tcp_sysctl_tcpstat()
/openbsd/usr.bin/netstat/
H A Dinet.c409 p(tcps_sndctrl, "\t\t%u control packet%s\n"); in tcp_stats()