Searched refs:raw_ioctl (Results 1 – 2 of 2) sorted by relevance
22 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs);31 .ioctl = raw_ioctl,36 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs) in raw_ioctl() function
1293 static long raw_ioctl(struct file *fd, unsigned int cmd, unsigned long value) in raw_ioctl() function1364 .unlocked_ioctl = raw_ioctl,1365 .compat_ioctl = raw_ioctl,
Completed in 10 milliseconds