taglinefilesource code
sys_socket588arch/sparc/kernel/sys_sunos.csys_socket(int family, int type, int protocol);
sys_socket668arch/sparc/kernel/sys_sunos.cserver_fd = sys_socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP);
sys_socket678fs/nfs/nfsroot.cextern asmlinkage int sys_socket(int family, int type, int protocol);
sys_socket689fs/nfs/nfsroot.cif ((nfs_data.fd = sys_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) < 0) {
sys_socket586net/socket.cif ((fd1 = sys_socket(family, type, protocol)) < 0) 
sys_socket599net/socket.cif ((fd2 = sys_socket(family, type, protocol)) < 0) 
sys_socket1209net/socket.creturn(sys_socket(a0,a1,get_user(args+2)));