Home
last modified time | relevance | path

Searched refs:tcps_sndbyte (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h1243 u_int32_t tcps_sndbyte; /* data bytes sent */ member
H A Dtcp_output.c2578 tcpstat.tcps_sndbyte += len; in tcp_output()