Searched refs:V_sack_hole_zone (Results 1 – 2 of 2) sorted by relevance
129 #define V_sack_hole_zone VNET(sack_hole_zone) macro457 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT); in tcp_sackhole_alloc()478 uma_zfree(V_sack_hole_zone, hole); in tcp_sackhole_free()
301 #define V_sack_hole_zone VNET(sack_hole_zone) macro1167 V_sack_hole_zone = uma_zcreate("sackhole", sizeof(struct sackhole), in tcp_init()1271 uma_zdestroy(V_sack_hole_zone); in tcp_destroy()