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

/xnu-2422.115.4/bsd/net/
H A Dif_var.h457 struct tcpstat_local;
671 struct tcpstat_local *if_tcp_stat; /* TCP specific stats */
H A Ddlil.c295 static unsigned int dlif_tcpstat_size; /* size of tcpstat_local to allocate */
297 static struct zone *dlif_tcpstat_zone; /* zone for tcpstat_local */
997 /* allocate tcpstat_local structure */
1396 dlif_tcpstat_size = sizeof (struct tcpstat_local);
1397 /* Enforce 64-bit alignment for tcpstat_local structure */
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h872 struct tcpstat_local { struct

Completed in 50 milliseconds