Searched refs:tcpstat_local (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h439 struct tcpstat_local;
634 struct tcpstat_local *if_tcp_stat; /* TCP specific stats */
H A Ddlil.c298 static unsigned int dlif_tcpstat_size; /* size of tcpstat_local to allocate */
300 static struct zone *dlif_tcpstat_zone; /* zone for tcpstat_local */
830 /* allocate tcpstat_local structure */
1171 dlif_tcpstat_size = sizeof (struct tcpstat_local);
1172 /* Enforce 64-bit alignment for tcpstat_local structure */
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h734 struct tcpstat_local { struct

Completed in 24 milliseconds