Lines Matching defs:vtw_tcpv6
379 vtw_ctl_t vtw_tcpv6[VTW_NCLASS];
390 if ((p = lookup("vtw_tcpv6")) == NULL)
392 snarf(p, &vtw_tcpv6[0], sizeof(vtw_tcpv6));
395 mem += sizeof(vtw_tcpv6);
402 kbase = vtw_tcpv6[i].base.v6;
403 klim = vtw_tcpv6[i].lim.v6;
419 ubase = vtw_tcpv6[0].base.v6;
423 vtw_tcpv6[i].base.v6 += delta;
424 vtw_tcpv6[i].lim.v6 += delta;
425 vtw_tcpv6[i].alloc.v6 += delta;
426 vtw_tcpv6[i].fat = &fat_tcpv6;
428 if (vtw_tcpv6[i].oldest.v6)
429 vtw_tcpv6[i].oldest.v6 += delta;
448 fat_tcpv6.vtw = &vtw_tcpv6[0];
468 process_vtw(&vtw_tcpv6[0], print);