Searched refs:real_ioctl (Results 1 – 3 of 3) sorted by relevance
124 static int (*real_ioctl)(int, int, void *); variable372 return real_ioctl(sockfd, request, p); in ioctl()378 return real_ioctl(sockfd, request, p); in ioctl()
75 func_ioctl real_ioctl; member
122 static int (*real_ioctl)(int, int, void *); variable