Home
last modified time | relevance | path

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

/Linux-v5.10/net/
Dsocket.c1031 static int (*dlci_ioctl_hook) (unsigned int, void __user *); variable
1036 dlci_ioctl_hook = hook; in dlci_ioctl_set()
1162 if (!dlci_ioctl_hook) in sock_ioctl()
1166 if (dlci_ioctl_hook) in sock_ioctl()
1167 err = dlci_ioctl_hook(cmd, argp); in sock_ioctl()