netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sock_getsockopt() not exported
@ 2012-10-18  9:11 David Laight
  2012-10-18  9:30 ` Eric Dumazet
  0 siblings, 1 reply; 7+ messages in thread
From: David Laight @ 2012-10-18  9:11 UTC (permalink / raw)
  To: netdev

I've noticed that net/core/sock.c contains an
    EXPORT_SYMBOL(sock_setsockopt)
but is missing the corresponding
    EXPORT_SYMBOL(sock_getsockopt)

In-kernel users of sockets probably manage without
needing to read SOL_SOCKET options.
(They do need to set SO_REUSADDR and SO_KEEPALIVE.)

	David

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

end of thread, other threads:[~2012-10-19 17:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  9:11 sock_getsockopt() not exported David Laight
2012-10-18  9:30 ` Eric Dumazet
2012-10-18 12:03   ` David Laight
2012-10-18 12:27     ` Eric Dumazet
2012-10-19  9:26       ` David Laight
2012-10-19 17:12         ` David Miller
2012-10-18 19:04     ` David Miller

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