All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sourav Ghosh <sourav@cs.cmu.edu>
To: linux-kernel@vger.kernel.org
Subject: Re: creation of sock
Date: Fri, 23 Feb 2001 20:48:13 -0500	[thread overview]
Message-ID: <3A9712DD.DDE0A4BC@cs.cmu.edu> (raw)
In-Reply-To: <3A96C858.5C8FB714@cs.cmu.edu>

I found this condition only happens when the sock state is TCP_TIME_WAIT.
I don't know if this helps.


Sourav Ghosh wrote:

> Hello,
>
> I'm using linux 2.2.15 kernel on redhat.
> I have added some variables (pointers) on "sock" data structure.
> I was initializing them to NULL in sk_alloc() function.
>
> But it seems some sock structures are allocated for TCP bypassing this
> sk_alloc() and due to this my added pointers are not initialized to NULL
> all the time.
>
> Can anyone tell me which function is being called for generating sock
> for TCP connections ( I guess for a aprticular TCP packet type, not for
> all, as I'm getting into this problem intermittently, esp., when I try
> access some specified website from my PC) ?
>
> Thanks
> --
> Sourav


      parent reply	other threads:[~2001-02-24  1:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-23 20:30 creation of sock Sourav Ghosh
2001-02-23 21:53 ` Jacob L E Blain Christen
2001-02-24 16:30   ` Sourav Ghosh
2001-02-23 22:11 ` Jacob L E Blain Christen
2001-02-24  0:29   ` Sourav Ghosh
2001-02-24  1:48 ` Sourav Ghosh [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=3A9712DD.DDE0A4BC@cs.cmu.edu \
    --to=sourav@cs.cmu.edu \
    --cc=linux-kernel@vger.kernel.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.