HomeSort by: relevance | last modified time | path
    Searched defs:ipq_ttl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
ip_reass.c 92 uint8_t ipq_ttl; /* time for reass q to live */ member in struct:ipfr_queue
262 fp->ipq_ttl = IPFRAGTTL;
483 fp->ipq_ttl = ((fp->ipq_ttl <= ticks) ?
484 0 : fp->ipq_ttl - ticks);
486 if (fp->ipq_ttl == 0) {
491 fragttl_histo[fp->ipq_ttl] += fp->ipq_nfrags;

Completed in 47 milliseconds