Home | History | Annotate | Download | only in netinet

Lines Matching defs:when

52  * expire more quickly when MSLT is used.
63 * start of a pool instead of a pointer. When space for new vestigial PCBs
71 * sessions as fast as it can is approximately 17% idle when VTW is active
72 * versus 0% idle when VTW is inactive. It has 103 megabytes more free RAM
73 * when VTW is active (approximately 64k vestigial PCBs are created) than
74 * when it is inactive.
557 /* When we delete entries, we do not compact. This is
1396 /* When in transition between
1488 struct timeval then, *when = _when;
1511 if (!when) {
1515 when = &then;
1518 if (!timercmp(&vtw->expire, when, <=))