lkml.org 
[lkml]   [2003]   [Jul]   [16]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 16 Jul 2003 12:43:24 +0530 (IST)
FromNagendra Singh Tomar <>
Subjectlock_sock and friends !
I posted this on linux-net and did not get any reply, hoping to get a  
reply here ..


---------- Forwarded message ----------
Date: Tue, 15 Jul 2003 11:52:35 +0530
From: "Tomar, Nagendra" <nagendra_tomar@adaptec.com>
To: linux-net@vger.kernel.org
Subject: lock_sock and friends !
Hi,
   From reading the Linux 2.4 networking code I can figure out that any 
activity that can change the state of the socket (it can be sequence 
numbers getting updated or geting more free sndbuf memory because of
some 
packet on the retransmission queue being ACKed) is done after taking the

socket lock (lock_sock from user context and bh_lock_sock from BH 
context).
I would like some authority on this to confirm this. Is the following 
statement true.
At any time (even on SMP machines) only one piece of the code will be 
working on a socket. Of course the piece of code in question is one that

changes the state of the socket, either by processing a newly received 
packet or by calling tcp_free_skb() to add to the free socket memory.

If any clarification is needed pls feel free to contact me.

Any comments are highly welcome.

Thanx
tomar

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [from the cache]
©2003-2008