kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* TCP as a module
@ 2016-11-06  1:10 Md. Islam
  2016-11-13  5:55 ` Valdis.Kletnieks at vt.edu
  2016-11-14 12:17 ` Aruna Hewapathirane
  0 siblings, 2 replies; 5+ messages in thread
From: Md. Islam @ 2016-11-06  1:10 UTC (permalink / raw)
  To: kernelnewbies

Hi

Currently TCP is statically linked to the kernel. How can I make it a
loadable module? I need to modify TCP (tcp_input.c and tcp_output.c). It
would be easier for my development if it's just another module (I don't
need to restart every time).

I changed the *fs_initcall(inet_init)* to *module_init(inet_init)*, but
doesn't seem to help. Looking forward to your suggestions.

Many thanks
Tamim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161105/e4a28bbc/attachment.html 

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

end of thread, other threads:[~2016-11-15  6:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-06  1:10 TCP as a module Md. Islam
2016-11-13  5:55 ` Valdis.Kletnieks at vt.edu
2016-11-14 12:17 ` Aruna Hewapathirane
2016-11-15  5:14   ` Md. Islam
2016-11-15  6:05     ` Valdis.Kletnieks at vt.edu

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