netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What is lock_sock() before skb_free_datagram() for?
@ 2009-04-18  8:04 Tetsuo Handa
  2009-04-18  8:09 ` Eric Dumazet
  2009-04-18  8:35 ` David Miller
  0 siblings, 2 replies; 11+ messages in thread
From: Tetsuo Handa @ 2009-04-18  8:04 UTC (permalink / raw)
  To: netdev

Hello.

udp_recvmsg() and udpv6_recvmsg() call skb_free_datagram() with 
lock_sock().
But raw_recvmsg() and rawv6_recvmsg() call skb_free_datagram() 
without
lock_sock().
Is it OK?

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

end of thread, other threads:[~2009-04-23 21:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-18  8:04 What is lock_sock() before skb_free_datagram() for? Tetsuo Handa
2009-04-18  8:09 ` Eric Dumazet
2009-04-18  8:35 ` David Miller
2009-04-18  9:04   ` Tetsuo Handa
2009-04-18  9:08     ` David Miller
2009-04-18 12:23       ` Tetsuo Handa
2009-04-19  4:28         ` David Miller
2009-04-19  5:12           ` Tetsuo Handa
2009-04-19  7:44             ` David Miller
2009-04-23 14:57             ` Samir Bellabes
2009-04-23 21:56               ` Tetsuo Handa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).