Home
last modified time | relevance | path

Searched refs:ipi_zone (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_pcb.c545 pcbinfo->ipi_zone = uma_zcreate(inpcbzone_name, sizeof(struct inpcb), in in_pcbinfo_init()
547 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets); in in_pcbinfo_init()
548 uma_zone_set_warning(pcbinfo->ipi_zone, in in_pcbinfo_init()
570 uma_zdestroy(pcbinfo->ipi_zone); in in_pcbinfo_destroy()
587 inp = uma_zalloc(pcbinfo->ipi_zone, M_NOWAIT); in in_pcballoc()
642 uma_zfree(pcbinfo->ipi_zone, inp); in in_pcballoc()
1656 uma_zfree(pcbinfo->ipi_zone, inp); in in_pcbrele_rlocked()
1704 uma_zfree(pcbinfo->ipi_zone, inp); in in_pcbrele_wlocked()
H A Dip_divert.c136 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
H A Din_pcb.h471 struct uma_zone *ipi_zone; /* (c) */ member
H A Draw_ip.c200 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
H A Dudp_usrreq.c175 uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets); in udp_zone_change()
H A Dtcp_subr.c816 uma_zone_set_max(V_tcbinfo.ipi_zone, maxsockets); in tcp_zone_change()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h471 struct uma_zone *ipi_zone; /* (c) */ member