Home
last modified time | relevance | path

Searched refs:sioc_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/atm/
H A Dresources.c227 int atm_dev_ioctl(unsigned int cmd, void __user *buf, int __user *sioc_len, in atm_dev_ioctl() argument
233 if (get_user(len, sioc_len)) in atm_dev_ioctl()
352 error = put_user(size, sioc_len) ? -EFAULT : 0; in atm_dev_ioctl()
395 error = put_user(size, sioc_len) ? -EFAULT : 0; in atm_dev_ioctl()
H A Dresources.h18 int atm_dev_ioctl(unsigned int cmd, void __user *buf, int __user *sioc_len,