Searched refs:br_ioctl_call (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | if_bridge.h | 71 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd,
|
/Linux-v6.6/net/core/ |
D | dev_ioctl.c | 591 err = br_ioctl_call(net, netdev_priv(dev), cmd, ifr, NULL); in dev_ifsioc()
|
/Linux-v6.6/net/ |
D | socket.c | 1183 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd, in br_ioctl_call() function 1293 err = br_ioctl_call(net, NULL, cmd, NULL, argp); in sock_ioctl()
|