Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDtcp_subr.c259 #define V_tcpcb_zone VNET(tcpcb_zone) macro
276 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_zone_change()
371 V_tcpcb_zone = uma_zcreate("tcpcb", sizeof(struct tcpcb_mem), in tcp_init()
373 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_init()
374 uma_zone_set_warning(V_tcpcb_zone, "kern.ipc.maxsockets limit reached"); in tcp_init()
442 uma_zdestroy(V_tcpcb_zone); in tcp_destroy()
741 tm = uma_zalloc(V_tcpcb_zone, M_NOWAIT | M_ZERO); in tcp_newtcpcb()
761 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()
767 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()
1015 uma_zfree(V_tcpcb_zone, tp); in tcp_discardcb()
[all …]