Searched refs:br_ioctl_hook (Results 1 – 1 of 1) sorted by relevance
1009 static int (*br_ioctl_hook) (struct net *, unsigned int cmd, void __user *arg); variable1014 br_ioctl_hook = hook; in brioctl_set()1140 if (!br_ioctl_hook) in sock_ioctl()1144 if (br_ioctl_hook) in sock_ioctl()1145 err = br_ioctl_hook(net, cmd, argp); in sock_ioctl()