netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/1][RFC] add a private field to the sock structure
@ 2007-08-29 16:41 dlezcano
  2007-08-29 16:41 ` [patch 1/1][RFC] " dlezcano
  2007-08-29 18:23 ` [patch 0/1][RFC] " David Miller
  0 siblings, 2 replies; 8+ messages in thread
From: dlezcano @ 2007-08-29 16:41 UTC (permalink / raw)
  To: netdev

When a socket is created it is sometime useful to store a specific information
for this socket.
 
This information can be for examples: 
	* a creation time
	* a pid
	* a uid/gid
	* a container identifier
	* a pointer to a more specific structure
	* ...

The following patch is a proposition to add a private anonymous pointer
field to the common part of the sock structure.

-- 

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

end of thread, other threads:[~2007-08-31 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 16:41 [patch 0/1][RFC] add a private field to the sock structure dlezcano
2007-08-29 16:41 ` [patch 1/1][RFC] " dlezcano
2007-08-29 18:09   ` Christoph Hellwig
2007-08-29 18:23 ` [patch 0/1][RFC] " David Miller
2007-08-29 19:18   ` Arnaldo Carvalho de Melo
2007-08-29 21:15     ` Daniel Lezcano
2007-08-31  5:40     ` David Miller
2007-08-31 11:26       ` Arnaldo Carvalho de Melo

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).