netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* EXPORT_SYMBOL missing in the kernel?
@ 2011-05-24 13:03 Pierre Rondou
  2011-05-24 13:40 ` Eric Dumazet
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre Rondou @ 2011-05-24 13:03 UTC (permalink / raw)
  To: netfilter-devel; +Cc: evyncke, guy.leduc, Cyril Soldani

Hello,

I'm a student at the University of Liege, currently developing a NAT64 
(see RFC 6146) module for Netfilter.

In order to develop this module, I had to use some in-kernel function, 
such as icmp_send, ip6_output, ip_finish_output, ... and many more.

But many of those functions didn't have an "EXPORT_SYMBOL" allowing them 
to be reachable from outside the kernel.

So, to be able to use them, I had to copy paste about 1500 lines of 
kernel source code (those functions + related functions). This makes the 
module hardly updatable as all those functions are likely to be updated.

Is there a reason why those functions are not associated with an 
"EXPORT_SYMBOL"?

Regards,

Pierre Rondou

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

end of thread, other threads:[~2011-05-25 13:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 13:03 EXPORT_SYMBOL missing in the kernel? Pierre Rondou
2011-05-24 13:40 ` Eric Dumazet
2011-05-24 13:48   ` Pierre Rondou
2011-05-24 14:41     ` Jan Engelhardt
2011-05-24 15:42       ` Pierre Rondou
2011-05-24 21:32         ` Jan Engelhardt
2011-05-25 13:05           ` Pierre Rondou

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