Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/
H A Dsocket.c1032 static int (*dlci_ioctl_hook) (unsigned int, void __user *); variable
1037 dlci_ioctl_hook = hook; in dlci_ioctl_set()
1152 if (!dlci_ioctl_hook) in sock_ioctl()
1156 if (dlci_ioctl_hook) in sock_ioctl()
1157 err = dlci_ioctl_hook(cmd, argp); in sock_ioctl()