Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_subr.c443 #define V_tcpcb_zone VNET(tcpcb_zone) macro
462 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_zone_change()
646 V_tcpcb_zone = uma_zcreate("tcpcb", sizeof(struct tcpcb_mem), in tcp_init()
648 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_init()
649 uma_zone_set_warning(V_tcpcb_zone, "kern.ipc.maxsockets limit reached"); in tcp_init()
731 uma_zdestroy(V_tcpcb_zone); in tcp_destroy()
1044 tm = uma_zalloc(V_tcpcb_zone, M_NOWAIT | M_ZERO); in tcp_newtcpcb()
1073 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()
1082 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()
1354 uma_zfree(V_tcpcb_zone, tp); in tcp_discardcb()
[all …]