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

/xnu-2422.115.4/bsd/netinet/
H A Dudp_var.h146 struct udpstat_local { struct
/xnu-2422.115.4/bsd/net/
H A Dif_var.h458 struct udpstat_local;
672 struct udpstat_local *if_udp_stat; /* UDP specific stats */
H A Ddlil.c302 static unsigned int dlif_udpstat_size; /* size of udpstat_local to allocate */
304 static struct zone *dlif_udpstat_zone; /* zone for udpstat_local */
1019 /* allocate udpstat_local structure */
1413 dlif_udpstat_size = sizeof (struct udpstat_local);
1414 /* Enforce 64-bit alignment for udpstat_local structure */

Completed in 57 milliseconds