Home
last modified time | relevance | path

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

/linux-4.1.27/net/
Dsocket.c833 static int (*br_ioctl_hook) (struct net *, unsigned int cmd, void __user *arg); variable
838 br_ioctl_hook = hook; in brioctl_set()
926 if (!br_ioctl_hook) in sock_ioctl()
930 if (br_ioctl_hook) in sock_ioctl()
931 err = br_ioctl_hook(net, cmd, argp); in sock_ioctl()