taglinefilesource code
sock_fcntl18fs/fcntl.cextern int sock_fcntl (struct file *, unsigned int cmd, unsigned long arg);
sock_fcntl162fs/fcntl.csock_fcntl (filp, F_SETOWN, arg);
sock_fcntl168fs/fcntl.creturn (sock_fcntl (filp, cmd, arg));