Home
last modified time | relevance | path

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

/Linux-v4.19/net/
Dsocket.c933 static int (*dlci_ioctl_hook) (unsigned int, void __user *); variable
938 dlci_ioctl_hook = hook; in dlci_ioctl_set()
1058 if (!dlci_ioctl_hook) in sock_ioctl()
1062 if (dlci_ioctl_hook) in sock_ioctl()
1063 err = dlci_ioctl_hook(cmd, argp); in sock_ioctl()