I know the function to create socket:int socket(int domain, int type, int protocol);
is located in #include <sys/socket.h>
and I can find it on my linux file system.
But where I can find the implementation of this function? I couldn't find a matching one in the kernel source.