Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dif_bridge.h71 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd,
/linux-6.6.21/net/core/
Ddev_ioctl.c591 err = br_ioctl_call(net, netdev_priv(dev), cmd, ifr, NULL); in dev_ifsioc()
/linux-6.6.21/net/
Dsocket.c1185 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd, in br_ioctl_call() function
1295 err = br_ioctl_call(net, NULL, cmd, NULL, argp); in sock_ioctl()