Searched refs:esol (Results 1 – 1 of 1) sorted by relevance
1859 struct nstat_extended_sock_locus *esol; in nstat_sock_locus_alloc_internal() local1860 esol = kalloc_type(struct nstat_extended_sock_locus, Z_WAITOK | Z_ZERO); in nstat_sock_locus_alloc_internal()1861 if (!esol) { in nstat_sock_locus_alloc_internal()1869 kfree_type(struct nstat_extended_sock_locus, esol); in nstat_sock_locus_alloc_internal()1873 sol = &esol->nesl_sock_locus; in nstat_sock_locus_alloc_internal()1920 struct nstat_extended_sock_locus *esol = NULL; in nstat_sock_locus_release() local1924 esol = (struct nstat_extended_sock_locus *)sol; in nstat_sock_locus_release()1927 if (esol != NULL) { in nstat_sock_locus_release()1929 kfree_type(struct nstat_extended_sock_locus, esol); in nstat_sock_locus_release()2311 struct nstat_extended_sock_locus *esol = (struct nstat_extended_sock_locus *)inp->inp_nstat_locus; in nstat_udp_pcb_cache() local[all …]