Lines Matching defs:vtw_tcpv4
271 vtw_ctl_t vtw_tcpv4[VTW_NCLASS];
283 if ((p = lookup("vtw_tcpv4")) == NULL)
285 snarf(p, &vtw_tcpv4[0], sizeof(vtw_tcpv4));
288 mem += sizeof(vtw_tcpv4);
296 kbase = vtw_tcpv4[i].base.v4;
297 klim = vtw_tcpv4[i].lim.v4;
312 ubase = vtw_tcpv4[0].base.v4;
316 vtw_tcpv4[i].base.v4 += delta;
317 vtw_tcpv4[i].lim.v4 += delta;
318 vtw_tcpv4[i].alloc.v4 += delta;
319 vtw_tcpv4[i].fat = &fat_tcpv4;
321 if (vtw_tcpv4[i].oldest.v4)
322 vtw_tcpv4[i].oldest.v4 += delta;
342 fat_tcpv4.vtw = &vtw_tcpv4[0];
361 process_vtw(&vtw_tcpv4[0], print);