Searched refs:ipi_zone (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.c | 545 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 D | ip_divert.c | 136 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
|
| H A D | in_pcb.h | 471 struct uma_zone *ipi_zone; /* (c) */ member
|
| H A D | raw_ip.c | 200 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
|
| H A D | udp_usrreq.c | 175 uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets); in udp_zone_change()
|
| H A D | tcp_subr.c | 816 uma_zone_set_max(V_tcbinfo.ipi_zone, maxsockets); in tcp_zone_change()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 471 struct uma_zone *ipi_zone; /* (c) */ member
|