Hello All, I am working on Sockets in the kernel. I would like to know where the accept (sock->ops->accept) function was implemented for IP protocols My final goal is to develop module which provides the wrapper functions for all the 17 function bypassing the sys_* funtion calls to provide interface. socket() bind() connect() listen() accept() setsockopt() getsockopt() send() sendto() recv() recvfrom() shtutdown() socketpair() Any help is appreciated Regards Jhoney