In 32 bit, there is a system call called socketcall which is a common kernel entry point for the socket system calls. However, in 64 bit mode, I can't seem to find the corresponding system call. Is there a similar system call I can use that has the same functionality?In 32 bit, there is a system call called socket