Searched refs:br_ioctl_hook (Results 1 – 5 of 5) sorted by relevance
48 br_ioctl_hook = br_ioctl_deviceless_stub; in br_init()63 br_ioctl_hook = NULL; in br_deinit()
104 extern int (*br_ioctl_hook)(unsigned long arg);
143 int (*br_ioctl_hook)(unsigned long); variable875 if (br_ioctl_hook == NULL) in inet_ioctl()878 if (br_ioctl_hook != NULL) in inet_ioctl()879 return br_ioctl_hook(arg); in inet_ioctl()
1514 if (br_ioctl_hook == NULL) in packet_ioctl()1517 if (br_ioctl_hook != NULL) in packet_ioctl()1518 return br_ioctl_hook(arg); in packet_ioctl()
244 EXPORT_SYMBOL(br_ioctl_hook);