sockfd_lookup     613 fs/compat_ioctl.c 	struct socket *mysock = sockfd_lookup(fd, &ret);
sockfd_lookup     223 include/linux/net.h extern struct socket *sockfd_lookup(int fd, int *err);
sockfd_lookup      88 net/bluetooth/bnep/sock.c 		nsock = sockfd_lookup(ca.sock, &err);
sockfd_lookup      86 net/bluetooth/cmtp/sock.c 		nsock = sockfd_lookup(ca.sock, &err);
sockfd_lookup      83 net/bluetooth/hidp/sock.c 		csock = sockfd_lookup(ca.ctrl_sock, &err);
sockfd_lookup      87 net/bluetooth/hidp/sock.c 		isock = sockfd_lookup(ca.intr_sock, &err);
sockfd_lookup     391 net/compat.c   	if ((sock = sockfd_lookup(fd, &err))!=NULL)
sockfd_lookup     504 net/compat.c   	if ((sock = sockfd_lookup(fd, &err))!=NULL)
sockfd_lookup      17 net/sched/sch_atm.c extern struct socket *sockfd_lookup(int fd, int *err);	/* @@@ fix this */
sockfd_lookup     259 net/sched/sch_atm.c 	sock = sockfd_lookup(fd, &error);
sockfd_lookup    1173 net/sunrpc/svcsock.c 	struct socket *so = sockfd_lookup(fd, &err);