[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

socket and device relation.



I'm trying to understant exactly where network driver is involved during the
connection. So I start with a user program which do the following things:
socket, bind, listen and accept. This is now what I understand:

- socket() called sys_socket() 
- sys_socket() 
   -> sock_create()

--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/