All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@eurodev.net>
To: Bo Xiong <bxiong@actiontec.com>, netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH 2.6] Use C99 initializers for conntrack sysctl tables
Date: Mon, 23 Feb 2004 00:45:04 +0100	[thread overview]
Message-ID: <40393F00.8040805@eurodev.net> (raw)
In-Reply-To: <40393E1E.5050807@eurodev.net>

Pablo Neira wrote:

> Bo Xiong wrote:
>
>> init_conntrack()  will creat a new conntrack, bu where add the new
>> conntrack to hash_list?
>> -Bo
>>
>>  
>>
> Hi Bo,
>
> why didn't you create a new thread? the topic of this message is 
> different.
>
> anyway, have a look at:
>
> http://lxr.linux.no/source/net/ipv4/netfilter/ip_conntrack_core.c#L460
>
> init_conntrack creates a new conntrack and insert it to the hash list 
> as well (see list_prepend).

Sorry!! this is wrong, init_conntrack only creates the conntrack, it is 
inserted in __ip_conntrack_confirm, see the link above. A little 
blackout :-(

Pablo

      reply	other threads:[~2004-02-22 23:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-20 21:07 [PATCH 2.6] Use C99 initializers for conntrack sysctl tables Harald Welte
2004-02-20 22:28 ` Patrick McHardy
2004-02-20 23:12 ` David S. Miller
2004-02-21  3:57   ` Bo Xiong
2004-02-22 16:07     ` Henrik Nordstrom
2004-02-22 23:41     ` Pablo Neira
2004-02-22 23:45       ` Pablo Neira [this message]

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=40393F00.8040805@eurodev.net \
    --to=pablo@eurodev.net \
    --cc=bxiong@actiontec.com \
    --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.