Searched refs:V_tcpcb_zone (Results 1 – 1 of 1) sorted by relevance
798 #define V_tcpcb_zone VNET(tcpcb_zone) macro817 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_zone_change()1157 V_tcpcb_zone = uma_zcreate("tcpcb", sizeof(struct tcpcb_mem), in tcp_init()1159 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_init()1272 uma_zdestroy(V_tcpcb_zone); in tcp_destroy()1699 tm = uma_zalloc(V_tcpcb_zone, M_NOWAIT | M_ZERO); in tcp_newtcpcb()1732 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()1743 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()1806 uma_zfree(V_tcpcb_zone, tm); in tcp_newtcpcb()2049 uma_zfree(V_tcpcb_zone, tp); in tcp_discardcb()[all …]