<div dir="ltr">Hi
<div><br></div><div>Currently TCP is statically linked to the kernel. How can I make it a loadable module? I need to modify TCP (<span style="background-color:rgb(240,247,255);color:rgb(0,0,0);font-family:consolas,&quot;lucida console&quot;,monospace;font-size:12.8px">tcp_input.c and tcp_output.c</span>). It would be easier for my development if it&#39;s just another module (I don&#39;t need to restart every time).  </div><div><br></div><div>I changed <span style="background-color:rgb(240,247,255);color:rgb(0,0,0);font-family:consolas,&quot;lucida console&quot;,monospace;font-size:12.8px">the <i>fs_initcall(inet_init)</i> to <i>module_init(inet_init)</i>, but doesn&#39;t seem to help. </span>Looking forward to your suggestions.</div><div><br></div><div>Many thanks</div><div>Tamim</div></div>