kernel TCP socket routines?

Senor Jalapeno (gimosito@hotmail.com)
Mon, 10 Apr 2000 18:03:33 PDT


i'm writing a kernel module with the goal of enabling two kernels on
two different machines to communicate with each other. my question:
is there a kernel interface to set up & work with TCP sockets? maybe
the linux/net/ipv4/af_inet.c stuff?

currently i'm just writing my own kernel socket routines which take hints
from linux/net/socket.c. it's a drag to have to do this, because i have to
mess with all the file descriptor stuff that socket.c sets up, which i don't
really need, since my module is happy to work with "struct socket"s
exclusively and keep track of them.

any help would be appreciated.
bb
gimosito@hotmail.com

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/