Home
last modified time | relevance | path

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

/linux/net/
H A Dsocket.c1190 static int (*br_ioctl_hook)(struct net *net, unsigned int cmd, variable
1197 br_ioctl_hook = hook; in brioctl_set()
1206 if (!br_ioctl_hook) in br_ioctl_call()
1210 if (br_ioctl_hook) in br_ioctl_call()
1211 err = br_ioctl_hook(net, cmd, uarg); in br_ioctl_call()