tag | line | file | source code |
---|---|---|---|
fcntl | 115 | include/linux/net.h | int (*fcntl) (struct socket *sock, unsigned int cmd, |
fcntl | 1161 | net/socket.c | if (sock != NULL && sock->ops != NULL && sock->ops->fcntl != NULL) |
fcntl | 1162 | net/socket.c | return(sock->ops->fcntl(sock, cmd, arg)); |