All of lore.kernel.org
 help / color / mirror / Atom feed
* creation of sock
@ 2001-02-23 20:30 Sourav Ghosh
  2001-02-23 21:53 ` Jacob L E Blain Christen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sourav Ghosh @ 2001-02-23 20:30 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-02-24 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.