Home
last modified time | relevance | path

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

/Linux-v5.4/net/
Dsocket.c1022 static int (*dlci_ioctl_hook) (unsigned int, void __user *); variable
1027 dlci_ioctl_hook = hook; in dlci_ioctl_set()
1153 if (!dlci_ioctl_hook) in sock_ioctl()
1157 if (dlci_ioctl_hook) in sock_ioctl()
1158 err = dlci_ioctl_hook(cmd, argp); in sock_ioctl()