Home
last modified time | relevance | path

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

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