Home
last modified time | relevance | path

Searched refs:udpstat_local (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Ddlil_var_private.h312 extern struct udpstat_local * dlif_udpstat_alloc(void);
313 extern void dlif_udpstat_free(struct udpstat_local *);
H A Ddlil_subr.c213 struct udpstat_local *
216 return kalloc_type(struct udpstat_local, Z_WAITOK | Z_ZERO | Z_NOFAIL); in dlif_udpstat_alloc()
220 dlif_udpstat_free(struct udpstat_local *if_udp_stat) in dlif_udpstat_free()
223 kfree_type(struct udpstat_local, if_udp_stat); in dlif_udpstat_free()
H A Dif_var_private.h593 struct udpstat_local;
963 struct udpstat_local *if_udp_stat; /* UDP specific stats */
/xnu-12377.81.4/bsd/netinet/
H A Dudp_var.h150 struct udpstat_local { struct