From: Phil Oester <kernel@linuxace.com>
To: Patrick McHardy <kaber@trash.net>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [RESEND][PATCH] Recent match jiffies wrap mismatches
Date: Wed, 30 Nov 2005 08:20:01 -0800 [thread overview]
Message-ID: <20051130162001.GA7120@linuxace.com> (raw)
In-Reply-To: <438D5825.2070304@trash.net>
On Wed, Nov 30, 2005 at 08:43:33AM +0100, Patrick McHardy wrote:
> But last_seen is initialized to 0 too. Is there something I'm missing
> that prevents these entries from beeing used?
We only reach this section of code if an existing hash table entry is found,
and when the hash entry is created:
r_list[location].last_seen = now;
So no - last_seen will not be unitialized.
Phil
next prev parent reply other threads:[~2005-11-30 16:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-29 5:08 [RESEND][PATCH] Recent match jiffies wrap mismatches Phil Oester
2005-11-29 23:03 ` Patrick McHardy
2005-11-29 23:51 ` Phil Oester
2005-11-30 7:43 ` Patrick McHardy
2005-11-30 16:20 ` Phil Oester [this message]
2005-11-30 19:13 ` Stephen Frost
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051130162001.GA7120@linuxace.com \
--to=kernel@linuxace.com \
--cc=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.