Home
last modified time | relevance | path

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

/Linux-v6.6/net/
Dsocket.c1169 static int (*br_ioctl_hook)(struct net *net, struct net_bridge *br, variable
1178 br_ioctl_hook = hook; in brioctl_set()
1188 if (!br_ioctl_hook) in br_ioctl_call()
1192 if (br_ioctl_hook) in br_ioctl_call()
1193 err = br_ioctl_hook(net, br, cmd, ifr, uarg); in br_ioctl_call()