Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddlil_var_private.h309 extern struct tcpstat_local * dlif_tcpstat_alloc(void);
310 extern void dlif_tcpstat_free(struct tcpstat_local *);
H A Ddlil_subr.c199 struct tcpstat_local *
202 return kalloc_type(struct tcpstat_local, Z_WAITOK | Z_ZERO | Z_NOFAIL); in dlif_tcpstat_alloc()
206 dlif_tcpstat_free(struct tcpstat_local *if_tcp_stat) in dlif_tcpstat_free()
209 kfree_type(struct tcpstat_local, if_tcp_stat); in dlif_tcpstat_free()
H A Dif_var_private.h592 struct tcpstat_local;
962 struct tcpstat_local *if_tcp_stat; /* TCP specific stats */
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h1484 struct tcpstat_local { struct