Results 1 to 3 of 3
What includes are required to add a TCP socket to a kernel module?
We need an existing kernel module to connect a listening TCP port,
and need to use the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2010 #1Just Joined!
- Join Date
- Jan 2010
- Location
- The Sillicon Valley, California
- Posts
- 28
[SOLVED] need TCP networking in a kernel module
What includes are required to add a TCP socket to a kernel module?
We need an existing kernel module to connect a listening TCP port,
and need to use the functions:
socket(), listen(), bind(), and accept()
..inside our module's init_module() function.
- 01-31-2010 #2Just Joined!
- Join Date
- Jan 2010
- Location
- The Sillicon Valley, California
- Posts
- 28
- 02-01-2010 #3Just Joined!
- Join Date
- Jan 2010
- Location
- The Sillicon Valley, California
- Posts
- 28
I got it working.
My Linuxgropin has turned to Linuxgroovin.




