Searched refs:V_sack_hole_zone (Results 1 – 2 of 2) sorted by relevance
120 #define V_sack_hole_zone VNET(sack_hole_zone) macro475 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT); in tcp_sackhole_alloc()496 uma_zfree(V_sack_hole_zone, hole); in tcp_sackhole_free()
296 #define V_sack_hole_zone VNET(sack_hole_zone) macro1448 V_sack_hole_zone = uma_zcreate("sackhole", sizeof(struct sackhole), in tcp_vnet_init()1590 uma_zdestroy(V_sack_hole_zone); in tcp_destroy()