Home
last modified time | relevance | path

Searched refs:vcc_ioctl (Results 1 – 4 of 4) sorted by relevance

/linux/net/atm/
H A Dcommon.h21 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
H A Dpvc.c117 .ioctl = vcc_ioctl,
H A Dioctl.c218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() function
H A Dsvc.c611 error = vcc_ioctl(sock, cmd, arg); in svc_ioctl()