Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_var.h1347 u_int32_t tcps_mp_sndbytes; /* number of bytes sent */ member
H A Dtcp_output.c2651 tcpstat.tcps_mp_sndbytes += len; in tcp_output()